restoring menu on excel 2003

M

MaGoO

Hi and I need help with restoring menu options (File, Edit, View, Insert
etc.) as they have just "disappeared" from the task bar. Restarting software
doesn't help and have searched help menus without luck. Thanks in advance
for your help!
 
D

Dave Peterson

Rightclick on an empty spot on one of the other toolbars
select customize
Toolbars tab|select worksheet menu bar
(make sure it's checked)

If that doesn't work:
Open excel
hit alt-f11 (to get to the VBE where macros live)
hit ctrl-g (to see the immediate window)
type this and hit enter:
application.commandbars("worksheet menu bar").enabled = true
 
D

Dave Peterson

Rightclick on an empty spot on one of the other toolbars
select customize
Toolbars tab|select worksheet menu bar
(make sure it's checked)

If that doesn't work:
Open excel
hit alt-f11 (to get to the VBE where macros live)
hit ctrl-g (to see the immediate window)
type this and hit enter:
application.commandbars("worksheet menu bar").enabled = true
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top