Thread: Macro Menu
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul B Paul B is offline
external usenet poster
 
Posts: 709
Default Macro Menu

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?