aaronlawrence
04-21-2011, 12:00 AM
I want to create some temporary macros and then update them from script. I can't get this to work.
vbld_TempMacros().Add("SUCCEEDED_STEPS")
...
vbld_TempMacro("SUCCEEDED_STEPS") = vbld_TempMacro("SUCCEEDED_STEPS") + 1
I also tried adding via Application.Macros( vbldTemporaryMacros )...
The only way I have been able to update macros from script was when I did it with Project macros that were created in the IDE. But this results in the project itself becoming modified.
vbld_TempMacros().Add("SUCCEEDED_STEPS")
...
vbld_TempMacro("SUCCEEDED_STEPS") = vbld_TempMacro("SUCCEEDED_STEPS") + 1
I also tried adding via Application.Macros( vbldTemporaryMacros )...
The only way I have been able to update macros from script was when I did it with Project macros that were created in the IDE. But this results in the project itself becoming modified.