How Can We Help?
< All Topics

No “end repeat” that matches the initial repeat specified in the macro.

I ran into problems when I included the Repeat function in a macro. I received an error message “No “end repeat” that matches the initial repeat specified in the macro. Macro will abort.”

You need to include an “End Repeat” command in your macro so that the macro knows what part of the macro you wish to repeat. If you wish to repeat the entire macro, then your Start Repeat would be the very first command and the “End Repeat” would be the very last command. In the Macro Express scripting editor, you would choose “Repeat End” to insert the command.

– Applies to: Macro Express and Macro Express Pro