InfoConnect for Airlines VBA Guide
SearchText1 Function (IbmScreen)
The text to be searched.
Start row location.
Start column location.
The direction of the search on the screen.
Searches the specified text, starting from the specified screen location.
Syntax
object.SearchText1( _
   ByVal text As String, _
   ByVal startRow As Long, _
   ByVal startColumn As Long, _
   ByVal findoption As FindOption _
) As _ScreenPoint

Parameters

text
The text to be searched.
startRow
Start row location.
startColumn
Start column location.
findoption
The direction of the search on the screen.

Return Value

ScreenPoint object that represents the row and column coordinates on the host screen.
See Also