RunMacro Action

Executes another macro, or starts executing actions from a label within the existing macro, and then returns control to the calling macro.

Parameters

Macro  -  (Required)

Specifies the name of the macro to load If you wish to specify a label within the macro at which to begin execution, use a period (.) to separate the macro and label name. To specify the macro name as an expression, prefix the macro with an equals (=) sign.

Repeat Count  -  (Optional)

Specifies the maximum number of times the macro will run. To specify the repeat count as an expression, prefix the macro with an equals (=) sign.

Repeat Expression  -  (Optional)

Specifies an expression that will stop running the macro when it evaluates to False.

You can use the Repeat Count and Repeat Expression arguments to determine how many times the macro runs:

See Also

GotoMacro action | StopMacro action


© 2004-2021 looksoftware. All rights reserved.