Excel menu bar gone!

  • Thread starter Thread starter M. Warren
  • Start date Start date
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.
 
If you press alt+F11 to bring up the vba window nd try
running this line of code.

Application.CommandBars("Worksheet Menu Bar").Reset
 
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!
 

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

Back
Top