Thread: Lost toolbar
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Lost toolbar

So you know the name of the toolbar???

If yes, try this:

Hit alt-f11 to get to the VBE.
Hit ctrl-g to see the immediate window
type this and hit enter:

Application.CommandBars("YourToolbarNameHere").Pos ition = msoBarBottom

Change the name to what you need.

Then back to excel and look at the bottom of the screen and move it where you
want.

Pat wrote:

I moved a toolbar off the screen and now can not find it.
In the View Menu/Toolbars, it indicates that the toolbar is viewable,
but I don't know where. Any ideas on how to locate?

Thanks for the help!

Pat


--

Dave Peterson