Thanks a million, I thought it wasn't possible. I'm glad I asked. It's cool,
works great. It looks neat with out any toolbars, status bars, menu bars...
just the worksheet visible.
but Bob, *now* I have a problem!!! Since all I really have is the
Minimize, Maximize and Close buttons how can I bring back my Menu Bar when I
need it
I know, but the problem now is that when I open Excel all my toolbars
including Menu Bar are gone
All that I have available is my Minimize, Maximize and Close buttons
Not even shortcuts like Alt F work... ;-)
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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.