excel menu missing

E

Euan

I have lost my menu toolbar (i.e. File, Edit etc) in Excel (office 2003) - I
can't open any files in Excel but can open from my doucments (for example)

does anybody have a solution to this

Please Help
 
M

Marcelo

Hi Euan,

try to right click on the tools bar, select custom and select menu toolbar

hope this helps
regards from Brazil
Marcelo

"Euan" escreveu:
 
G

Gord Dibben

Euan

Do you have any Toolbars showing?

If so, right-click and Customize>Toolbars.

Scroll down to Worksheet MenuBar and hit Reset.

If you have no Toolbars showing you can hit ALT + F11 to get to VB Editor.

Hit View>Immediate Window(CTRL + G) and copy this into the window.

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

Hit ALT + Q to go back to Excel.


Gord Dibben MS Excel MVP
 
Top