menubar in Word is gone.

  • Thread starter Thread starter Guest
  • Start date Start date
Hello ch-

Try Tool>Customize-Toolbars, put a check in the box for Menu Bar, click OK.

HTH |:>)
 
"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
 
ch-,

I have tried to recreate this issue. The best I could do is moving the menu
bar so it's hidden off-screen.

My suggestion would be to press the ALT key followed by the downward arrow.
with that you should be able to see where the bar is.

Good Luck,

Dustmote
 
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

Does it reappear?
 

Ask a Question

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.

Ask a Question

Similar Threads

attaching toolbars and a menubar 4
delete 'send a copy' toolbar? 1
VBA Editor Menu 4
Menubar & Toolbar 2
Highlighting not saved!? 1
Menu bar from System folders missing 1
Autotextlist Gone 3
autotext 1

Back
Top