"tool" doesn't show up. Right now it is a blank page, and if I right click
the only options that I get are font, paragraph, etc. nothing else.
Any other suggestions?
Thank you for responding.
CH
Assuming you're not in full-screen mode, the only way I know to make the
menu bar disappear is by setting it to enabled=false in VBA. If this has
happened the only way I know to get it back is with VBA
Press Alt+F11 to open the VBE
Press Ctrl+g to open/switch to the Immediate window
Type CommandBars("Menu Bar").Enabled = True
Press Enter
Press Alt+F4 to close the VBE
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.