How to reappear the menu bar (file, edit etc) that disappeared?

N

NikitasScopelitis

I do not know how, but the menu bar (file, edit, view, etc) has disappeared
from my excel 2003. How can I make it reappera without reinstalling office?
 
B

Bondi

Hi

If it has been disabled you could use this in a module

Sub MenuBar()
Application.CommandBars("Worksheet Menu Bar").Enabled = True
End Sub

Regards
Bondi
 
R

RajKohli

You can also try this:

1. Right-click on any toolbar button and choose Customize.
2. Click the "Toolbars" tab.
3. In the end of the Toolbars list, check mark "Worksheet Menu Bar"

Hope it helps you, let us know!
 
Top