InfoConnect for Airlines VBA Guide
ScreenPoint Constructor
The row on the host screen.
The column on the host screen.
Creates a new ScreenPoint object.
Syntax
Public Function New( _
   ByVal row As Long, _
   ByVal column As Long _
)

Parameters

row
The row on the host screen.
column
The column on the host screen.
See Also