Restoring Default Menus

S

sisyphus

Hi,

I deselected the default menus in the startup options. How do I restore the
default menus?

Thanks.
 
J

John Mishefske

sisyphus said:
Hi,

I deselected the default menus in the startup options. How do I restore the
default menus?

Try holding the Shift key while you start the application.

If that doesn't work, do a Ctrl-G to get to the Immediate window and try typing:

Application.MenuBar = ""
 
S

sisyphus

The first selection worked.

Thank you. So much better than the solution I found googling (create a new
db and import all objects).
 
Top