InfoConnect for Airlines VBA Guide
Wait Function (Screen)
The wait time (in milliseconds).
Waits for the specified duration.
Syntax
object.Wait( _
   ByVal waitTime As Long _
) As ReturnCode

Parameters

waitTime
The wait time (in milliseconds).
See Also