Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: calacucciaPosted on 2000-01-25 at 15:56:11ID: 2387025
Hi tortcat,
enu Bar").Enabled = True
Try to do the following from inside Word:
1) Alt+F11 to open the Visual Basic Editor
2) Put following module somewhere (for example in the Norma.dot):
Sub restore()
Application.CommandBars("M
End Sub
3) From inside Visual Basic Editor, run the module (F5, or Run from the VBE menu)
OR
Go back to Word, press Alt+F8 and select the restore macro appearing in the list.
4) Now check Word to see if you got something back.
5) From there, you can right-click on the menu bar, to add the other Menu items (Standard/Formatting/....)
Hope this helps
Calacuccia