Macro.ExecuteWithArgument

Use this function to execute the macro. Pass any parameters encapsulated in variant.

Syntax Parameters Return value
Sub Macro.ExecuteWithArgument( _
    Arg As Variant)
Arg [in]

Argument to pass to the macro.

Type: Variant

This function does not return a value.