Run Method

Runs the specified procedure.

Syntax

expression**.Run(Name, Arg1, Arg2, ..., Arg30)**

*expression   *     Optional. An expression that returns an Application object.

Name    Required String. The name of the macro to run.

Arg1, Arg2, ..., Arg30    Optional Variant. Any arguments to pass to the macro specified in Name.

Applies to | Application Object

See Also | Macro Method