Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Macro Object

In This Topic
    Macro Object Methods
    In This Topic

    For a list of all members of this type, see Macro members.

    Public Methods
     NameDescription
    Public MethodGets a list of existing macro names.  
    Public MethodOpens a dialog box containing a prompt and a text box for user input, and returns the contents of the text box after the user clicks OK. The text entered into the text box appears as asterisks on screen. This method returns an error if the user clicks Cancel.

     
    Public MethodStarts recording a macro in the current terminal session.  
    Public MethodResumes recording a macro in the current terminal session.  
    Public MethodRuns an Express macro.  
    Public MethodRuns a legacy Reflection macro from an external file (that is, not from a settings file currently in use).  
    Public MethodRuns a HostExplorer macro.  
    Public MethodRuns an Extra! macro.  
    Public MethodRuns a legacy Reflection macro.  
    Public MethodRuns the legacy Reflection macro that in the specified macro file.  
    Public MethodRuns a macro that takes a single parameter.  
    Public MethodRuns a macro that takes no parameters.  
    Public MethodRuns a macro that takes an array of parameters.  
    Public MethodRuns an IBM Personal Communications macro.  
    Public MethodRuns a QWS macro.  
    Public MethodRuns a OpenText Rumba macro.  
    Public MethodDisplays the Run Macro dialog box.  
    Public MethodStarts recording a macro in the current terminal session.  
    Public MethodStops a currently running macro. Does nothing if a macro is not running in the current terminal session.  
    Public MethodStops the macro recorder in the current terminal session, and saves the macro.  
    Top
    See Also