Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a userform with command buttons that initiate procedures in general
modules. How can I prevent these procedures from being run via Tools...Macro...Macros? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sam, put Option Private Module at the top and you want see any macros in the
module, or put Private in front of you sub it you only want to hide one or two, like Private Sub Test -- Paul B Always backup your data before trying something new Please post any response to the newsgroups so others can benefit from it Feedback on answers is always appreciated! Using Excel 2002 & 2003 "Sam" wrote in message ... I have a userform with command buttons that initiate procedures in general modules. How can I prevent these procedures from being run via Tools...Macro...Macros? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Old Menu Macro | Setting up and Configuration of Excel | |||
Macro in Menu | Excel Discussion (Misc queries) | |||
MACRO MENU | Excel Discussion (Misc queries) | |||
Macro Drop Down Menu | Excel Discussion (Misc queries) | |||
How to get a vba macro to show up in the macro menu | Excel Programming |