InfoConnect for Airlines VBA Guide
SearchText1 Function (AlcScreen)
Text to be searched on the screen.
Row position from which to start search.
Column position from which to start search.
Specifies the direction in which text is searched.
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
Text to be searched on the screen.
startRow
Row position from which to start search.
startColumn
Column position from which to start search.
findoption
Specifies the direction in which text is searched.

Return Value

Screen Point object.
See Also