Run Macro Unload After Run
Posted: Sat May 08, 2021 10:07 am
I'm messing about and have created a macro to run all attached macros.
I started with ISldWorks::RunAttachedMacro method
The macros run as expected but I noticed that multiple copies of the macro were open in the VBA Editor.
I then switched to ISldWorks::RunMacro2 method as I noticed there is the unload after run option but it didn't make any difference.
Seems dodgy to me - or am I missing something?
I started with ISldWorks::RunAttachedMacro method
The macros run as expected but I noticed that multiple copies of the macro were open in the VBA Editor.
I then switched to ISldWorks::RunMacro2 method as I noticed there is the unload after run option but it didn't make any difference.
Seems dodgy to me - or am I missing something?