Excel Toolbars in Word

I

ianripping

I have created my own customised toolbar for word. I want to get rid o
the menu which has: File, View, Tools, etc. I know this can be done i
excel but can it be done in word
 
B

Bob Phillips

This is an Excel group not Word!

But as it happens, it works the same way, the commandbar is just called Menu
Bar not Worksheet Menu Bar

application.commandbars("Menu Bar").enabled=false

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top