Attachmate.Reflection.Objects.Emulation.IbmHosts Library > Macro Object : RunExpressMacro Method |
object.RunExpressMacro( _ ByVal macroName As String _ )
Exception | Description |
---|---|
System.IO.FileNotFoundException | Thrown if the macro file does not exist. |
Sub RunTestExpress() Dim sessionPath As String sessionPath = Environ$("USERPROFILE") & "\Documents\Micro Focus\InfoConnect\Macros\Express\" & "test.js" ThisIbmTerminal.Macro.RunExpressMacro (sessionPath) End Sub