InfoConnect for Airlines VBA Guide
PrintScreen Function (IbmScreen)
Print option. see PrintScreenOption for more information.
The number of copies. The range for this argument is 1-99.
Prints the selected text or the entire terminal screen.
Syntax
object.PrintScreen( _
   ByVal option As PrintScreenOption, _
   ByVal copies As Long _
) As ReturnCode

Parameters

option
Print option. see PrintScreenOption for more information.
copies
The number of copies. The range for this argument is 1-99.

Return Value

Function return code.
See Also