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.
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.