I have a series of eleven macros which I would like to run in order. However, when I try to write a main macro to include them all, it always stops playing after the first macro is completed! I have tried enabling the continued if not found property and it doesn't work. Any help anyone could provide would be greatly appreciated.
The 11 submacros must already exist in the current loaded and saved macro file before you can create the main macro. The macro name at the PlayMacro command is also case-sensitive and don't forget the number how often the macro should be played.
The PlayMacro command does not work for a macro which runs at every file load or save. The automatically executed macros on every file load/save must work without submacros.
Have you enabled the Cancel dialog property for the main macro?
Try it without the Cancel dialog because I have seen that sometimes the PlayMacro command does not work if the Cancel dialog is enabled.
Are you not able to combine the 11 macros to a single one?
I can't help you further without having the macros and a sample file.
The PlayMacro command does not work for a macro which runs at every file load or save. The automatically executed macros on every file load/save must work without submacros.
Have you enabled the Cancel dialog property for the main macro?
Try it without the Cancel dialog because I have seen that sometimes the PlayMacro command does not work if the Cancel dialog is enabled.
Are you not able to combine the 11 macros to a single one?
I can't help you further without having the macros and a sample file.
Best regards from an UC/UE/UES for Windows user from Austria
- 2
Thanks so much, I figured out how to get it to work. You were very helpful.