InfoConnect for Airlines VBA Guide
SendKeys2 Function
The text string to send.
The text string interpretation options.
Sends a text string to the host.
Syntax
object.SendKeys2( _
   ByVal text As String, _
   ByVal option As SendKeysOption _
) As ReturnCode

Parameters

text
The text string to send.
option
The text string interpretation options.

Return Value

ReturnCode that indicates the success or failure status.
See Also