Thread: Macros in menu
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sam Sam is offline
external usenet poster
 
Posts: 699
Default Macros in menu

Excellent! Thank you so much! It worked beautifully!

"Jim Rech" wrote:

Putting Option Private Module at the top of each standard module should do
it.

--
Jim
"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 the
| Tools...Macro...Macros menu?