G Guest Oct 15, 2004 #1 Is there a way to prevent running a macro through the Tools menu choice? Thanks!
T Tom Ogilvy Oct 15, 2004 #2 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.
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.