Jump to content
Macro Express Forums

Loop A Macro


Ballistics

Recommended Posts

I'm looking for a simple way to continually loop a macro from beginning to to end.

Try the Repeat command:

Repeat Until %T1% <> "DONE"
 //   *** Macro Commands ***
Repeat End

This will loop until a Variable Set String %T1% "DONE" is used to set T1 to DONE. You could have your macro set T1 to DONE at a specific time in the morning to automatically stop your macro. You could also click on the running man icon or press the Macro Macro HotKey to manually stop the macro.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...