Hiding Specific Items in a Menu Bar
Posted by Stan on September 28, 2001 7:05 AM
I am using the following to hide the Menu Bar
Application.CommandBars("Worksheet Menu Bar").Enabled = False.
How can I, for example, hide everything but the File and Edit commands?
Cheers
Stan