Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to prevent running a macro through the Tools menu choice?
Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub MyMacro(optional dummy = 1)
or Private Sub MyMacro() The macro can still be run through the tools menu choice, but won't be listed. -- Regards, Tom Ogilvy "cottage6" wrote in message ... Is there a way to prevent running a macro through the Tools menu choice? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running Macros | Links and Linking in Excel | |||
running macros from IF | Excel Worksheet Functions | |||
running macros | Excel Discussion (Misc queries) | |||
Running Macros | Setting up and Configuration of Excel | |||
Running Win Macros on Mac | Excel Programming |