InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.UserInterface Library / SmartDropDown Object / RemoveText Method
The text of the item to remove.
In This Topic
    RemoveText Method
    In This Topic
    Removes an item from the drop down list.
    Syntax
    expression.RemoveText( _
       ByVal text As System.String _
    ) 

    Parameters

    text
    The text of the item to remove.
    See Also