Excel menu bar gone!

M

M. Warren

When I opened Excel yesterday (I've had Office 2000 for a
few years now), my main menu bar (i.e., file, edit, etc.)
was gone.

I've uninstalled and reinstalled Office twice now, and it
has yet to return. If anyone has any ideas, please help!

Thanks.
 
G

Guest

If you press alt+F11 to bring up the vba window nd try
running this line of code.

Application.CommandBars("Worksheet Menu Bar").Reset
 
M

M.Warren

Thanks for the response, but I'm a little uneducated on
messing with software code. Would you mind telling me
where to type this in?

Thanks!
 
Top