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?
Bondi - 10 May 2006 08:20 GMT
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
RajKohli - 15 May 2006 12:12 GMT
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!
> 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?