Hello
I need some help restoring a missing toolbar in Excel 97. One of my users
accidentally shifted the Standard toolbar so that it was floating. When
they tried to return it to its dock, the toolbar 'flew off the top of the
screen'. They are now not able to get the toolbar back.
The Standard toolbar is ticked in View/Toolbars, but the user cannot find
it, not even the bottom line of the toolbar is visible at the top of the
screen for them to grab.
I tried the following code to get the toolbar back, based on Excel 2002,
which I am using:-
Sub Test()
Application.CommandBars("Standard").Position = msoBarTop
End Sub
This worked on my machine, but not on the user's. The user is remote, so I
can't actually access their machine personally. I talked them through
inputting and running the code. It ran, but did not restore the toolbar.
We also tried msoBarFloating, and msoBarBottom, for good measure.
Is there anything else we could try? I'd appreciate any help on this.
Thanks
Denise Crawley
Bookmarks