RunLegacyExtraMacro Method (IMacro)
In This Topic
Runs an Extra! macro.
Syntax
'Declaration
Sub RunLegacyExtraMacro( _
ByVal As String _
)
'Usage
Dim instance As IMacro
Dim macroName As String
instance.RunLegacyExtraMacro(macroName)
void RunLegacyExtraMacro(
string
)
Parameters
- macroName
- Specifies the full path of the macro to run.
Exceptions
See Also