InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / PutText Method
In This Topic
    PutText Method
    In This Topic
    Puts text in the text field if the Web element is an input text type.
    Syntax
    expression.PutText( _
       ByVal text As System.String _
    ) 

    Parameters

    text
    See Also