![]() |
| |||||||
Workspace Macro Pro - Automation Edition Post messages and questions related to Macro Software for Windows Automation here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Hello, Definitely yes, Workspace Macro Pro provides you with 'Run Macro' command, you can use this command if you want to run other small macros from a big macro. What you can do is, create one macro and within this macro run other macros one after another. In addition, if you want to run macro un-attended at a pre-defined time then schedule just this macro. That way you do not need to schedule different macros. You can run as many macros as you want from one macro. You can also chain various macros i.e. Call Macro 2 from Macro1 and Call Macro 3 from Macro2 and so on. You can even conditionally call macros for e.g. you can have the Run Macro command called within certain IF condition. You can find 'Run Macro' command under Commands section. Please follow below mentioned steps to insert ‘Run Macro’ command. 1. Double click on the 'Run Macro' command. 2. Click on 'Browse' button and select the path of macro. 3. You can select its repeat and speed properties. 4. Click on 'Save' button. 5. Similarly insert other Run Macro commands to call other macros. Hope that helps. |