Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ms Word Missing Menu.

Status
Not open for further replies.

freydis

Technical User
Jun 5, 2003
1
US
Not sure why, but my menu bar (File, Edit, View, etc.) is missing from Word 2000. All other MS applications have the menu bar. The MS Help funciton offers no suggestions, other than ones that require the Menu bar. the Alt + V doesn't work either. I have tried to re-install, tried changing the Normal.dot file name to Abnormal.dot and reloaded. Did not work.
Please help.
Thank you,
Freydis
 
Follow this procedure...

1. Open word
2. ALT+F11, the Visual Basic Editor will appear
3. CTRL+R, to show the project explorer
4. Double Click Project(Document1), Microsoft Word Objects then the "ThisDocument"
5. Paste the Code below
Sub macro()
Application.CommandBars("Menu Bar").Enabled = True
End Sub
6. F5
7. Click Run
8. Your menu is back.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top