InfoConnect for Airlines VBA Guide
GetText2 Function
The starting row position.
The starting column position.
The ending row position.
The ending column position.
Retrieves text from the specified screen region. Text from the "wrapped" region is returned.
Syntax
object.GetText2( _
   ByVal startRow As Long, _
   ByVal startColumn As Long, _
   ByVal endRow As Long, _
   ByVal endColumn As Long _
) As String

Parameters

startRow
The starting row position.
startColumn
The starting column position.
endRow
The ending row position.
endColumn
The ending column position.

Return Value

The requested string.
Remarks
If the row or column parameters are outside the range of valid values (1 to Rows) or (1 to Columns), an empty string is returned.
See Also