'Declaration
Overloads Sub RunMacro( _ ByVal macroSource As ProjectOption, _ ByVal macroName As String _ )
'Usage
Dim instance As IMacro Dim macroSource As ProjectOption Dim macroName As String instance.RunMacro(macroSource, macroName)
void RunMacro( ProjectOption macroSource, string macroName )
Parameters
- macroSource
- The location of the macro. MacroEnumerationOption.Document indicates that the macro is located in the session document's VBA project. MacroEnumerationOption.Common indicates that the macro is located in the Common VBA project.
- macroName
- The name of the macro to run