InfoConnect for Airlines VBA Guide
ResumeRecording Method (Macro)
Resumes recording a macro in the current terminal session.
Syntax
object.ResumeRecording() 
Exceptions
ExceptionDescription
System.InvalidOperationException Thrown if the macro recorder is not currently recording.
Remarks
This method is only valid when the macro recorder is running. The method does nothing if the recorder is already active.
See Also