InfoConnect for Airlines VBA Guide
SearchText3 Function (IbmScreen)
The specified text string.
Start row.
Start column.
End row.
End column.
Specifies the search direction.
Searches the specified text, starting from the specified screen location and ending at the specified end screen location.
Syntax
object.SearchText3( _
   ByVal text As String, _
   ByVal startRow As Long, _
   ByVal startColumn As Long, _
   ByVal endRow As Long, _
   ByVal endColumn As Long, _
   ByVal findOption As FindOption _
) As _ScreenPoint

Parameters

text
The specified text string.
startRow
Start row.
startColumn
Start column.
endRow
End row.
endColumn
End column.
findOption
Specifies the search direction.

Return Value

The screen coordinate where the specified text begins, if found, or null if the text could not be found.
See Also