View Single Post
  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

You could try this:

Hit alt-f11 to get to the VBE (where macros live)
hit ctrl-g to get to the immediate window

type this and hit enter:
application.CommandBars("worksheet menu bar").Enabled = true

Then that toolbar will be visible.

=====
Another option that will destroy all your customized changes on all toolbars:

close excel
use windows start button|search
to find *.xlb (where excel stores toolbars)
rename them all to *.xlbOLD

Then open excel.

If it's ok, you can delete all the *.xlbOLD. If you don't like what it did,
just rename the *.xlbOLD back to *.xlb.

(You will have to customize your toolbars if you do use this option, though.
After you customize the toolbar, store a backup version of that *.xlb and then
you can just copy that file back if something bad happens again.)


CathyJ wrote:

I am sorry, but I can't do that as my main menu bar is missing too. I
have no File/Edit/View/Tools menu

Cathy

--
CathyJ
------------------------------------------------------------------------
CathyJ's Profile: http://www.excelforum.com/member.php...o&userid=26025
View this thread: http://www.excelforum.com/showthread...hreadid=393771


--

Dave Peterson