Martin,
it should only turn off the menu toolbar and if use a macro (press Alt +
F11), click
on the same module that holds the hide menubar macro, just make another sub
under the first with
something like
Sub UnhideMe()
Application.CommandBars("Worksheet Menu Bar").Enabled = True
End Sub
press alt + Q to close the editor and you can press alt + F8 to toggle
between them
The only shortcuts that won't work
are those that open the menu tool bar pull down windows and of course to get
to
the VB editor you can press alt + F11. Shortcuts like Ctrl + F and Ctrl + H
and all
other direct shortcuts will still work