how do I get back the bar that shows "File" "Edit" "Help", etc?

C

Catherine

I somehow erased the dropdown menu bar (not the toolbars). How can I get it
back? Thanks.
 
J

John Goldsmith_Visio_MVP

Hello Catherine,

Make sure you have at least one document open and then hit Alt+F11, which
opens the code editor (VBE).

Select View / Immediate Window to show the 'Immediate' window and type in
the following and hit the enter key:

Application.ClearCustomMenus

Close the VBE and you should now see the Menu bar as usual.

Let me know if that helps.

Best regards

John


John Goldsmith (Visio MVP)
www.visualSignals.typepad.co.uk
www.visualSignals.co.uk
 
Top