05-26-2006, 09:36 AM
Simply pausing macro from outside (manually or by an external function) is not possible. It is possible only if the macro itself checks for some condition. For example, if the macro executes some code repeatedly, it can check a global variable, and, if the variable says to wait, it waits.
Example
In macro:
In function:
Example
In macro:
In function:
