Run Macro                                                                    Example

You can use this command if you want to

  1. Run other small macros from a big macro.
  2. Create one macro and within this macro run other macros one after another and schedule just this macro. That way you do not need to schedule different macros.

Example: To run 'notepad.wksp' macro to repeat two times from another macro.

  1. Open the Macro Editor from Tools -> Macro Editor.
  2. Double click on the 'Run Macro' command.
  3. Click on 'Browse' button and select the path of 'notepad.wksp'
  4. Select the option 'Repeat 2 times' in Repeat category.
  5. Click on 'Save' button.