InfoConnect for Airlines VBA Guide
SendKeys Function (AlcScreen)
Text to be sent to the host.
Sends the text string to the host.
Syntax
object.SendKeys( _
   ByVal text As String _
) As ReturnCode

Parameters

text
Text to be sent to the host.

Return Value

One of the ReturnCode enum values
See Also