How can I test for the existence of a macro in script code?
VBScript:
Version #1 (look for a macro of any type with the given name) Code:
If Not vbld_AllMacros()("MACRO_NAME") Is Nothing Then Code:
If Not vbld_TempMacros()("MACRO_NAME") Is Nothing Then |
All times are GMT -5. The time now is 06:28 PM. |
Copyright © 1999-2023 Kinook Software, Inc.