Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wait for Macro to finish?
#1
In my macro I want to run other macros, but do some actions in between those macros. The problem is that the action is done right away instead of waiting for the running macro to finish. For example:

Code:
Copy      Help
mac "My Macro Name 1"
int w=win("Microsoft Excel")
mac "My Macro Name 2"


It goes to excel right away, instead of going to excel once "My Macro Name 1" is finished.


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)