P
Project Mangler
The following code disables the File menu on the Worksheet Menubar
CommandBars(1).Controls("File").Enabled = True
Ideally I'd like to be able to disable an individual item on the menu e.g.
"Print", but I've struggled to get there.
Can someone please explain how this is achieved?
Thanks.
CommandBars(1).Controls("File").Enabled = True
Ideally I'd like to be able to disable an individual item on the menu e.g.
"Print", but I've struggled to get there.
Can someone please explain how this is achieved?
Thanks.