L
Liser
I am trying to help a friend correct a problem he has with the menu bar
missing from Excel 2000.
I am able to restore it by doing the following however when he closes it and
reopens, the same happens.
Push Alt+F11
Go to Insert>Module
Sub RestoreMenu
Application.CommandBars("Worksheet Menu Bar").Enabled=True
End Sub
Push F5
Push Alt+Q to return to Excel.
Any help would be greatly appreicated.
missing from Excel 2000.
I am able to restore it by doing the following however when he closes it and
reopens, the same happens.
Push Alt+F11
Go to Insert>Module
Sub RestoreMenu
Application.CommandBars("Worksheet Menu Bar").Enabled=True
End Sub
Push F5
Push Alt+Q to return to Excel.
Any help would be greatly appreicated.