RunHostExplorerMacro Method (IMacro)
In This Topic
Runs a HostExplorer macro.
Syntax
'Declaration
Sub RunHostExplorerMacro( _
ByVal As String _
)
'Usage
Dim instance As IMacro
Dim macroName As String
instance.RunHostExplorerMacro(macroName)
void RunHostExplorerMacro(
string
)
Parameters
- macroName
- Specifies the full pathname of the macro to run.
Exceptions
See Also