cmefly
Well-known Member
- Joined
- May 13, 2003
- Messages
- 683
hi,
i've created a program with multiple macros.
I want to hide the macro pulldown menu and macro toolbar.
i've got this code to hide the tool bar:
Application.CommandBars("Visual Basic").Enabled = False
but how do i hide the pulldown menu found under TOOLS-->MACROS
any ideas?
i've created a program with multiple macros.
I want to hide the macro pulldown menu and macro toolbar.
i've got this code to hide the tool bar:
Application.CommandBars("Visual Basic").Enabled = False
but how do i hide the pulldown menu found under TOOLS-->MACROS
any ideas?