Alexis Posted March 3, 2013 Report Share Posted March 3, 2013 Sometimes you need to trigger the same macro again and again. Is it somehow possible to create a macro which starts the last macro run? Thank You Alexandra Quote Link to comment Share on other sites More sharing options...
acantor Posted March 3, 2013 Report Share Posted March 3, 2013 You might find yourself in an infinite loop. A better approach might be to create a macro that repeats another several times. You could even prompt the user to specify the repeat value: Set %Count% from Prompt Repeat %Count% times Macro Run: MyScriptEnd Repeat Quote Link to comment Share on other sites More sharing options...
Alexis Posted March 4, 2013 Author Report Share Posted March 4, 2013 Ok, but this way i´d have to modify each macro i like to repeat! I can´t see the danger of an infinite loop if i would trigger the last macro run via a special keycommand! Thank You Alexandra Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.