View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default excel menu missing

Euan

Do you have any Toolbars showing?

If so, right-click and CustomizeToolbars.

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 ViewImmediate 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

On Mon, 19 Jun 2006 11:23:02 -0700, Euan wrote:

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