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
 
Top