02-20-2017, 10:32 AM
How to repeat list of macros n time
|
02-20-2017, 03:32 PM
Convert the macros to functions (you can do it in the Properties dialog) and call, don't use mac.
rep 3 ,Macro_1 ,... If don't want to convert to functions, use this: rep 3 ,wait 0 H mac("Macro 1") ,... If don't want to wait, select "Run simultaneously" in macro Properties dialog.
02-22-2017, 03:20 PM
Thank you Gintaras.
it works perfectly. I just want to know how can I know this?. I read wait and wait for, in the help, but I did not find an example that looks like the help that you sent me. Best Regards |
« Next Oldest | Next Newest »
|
Users browsing this thread: 2 Guest(s)