InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / InvokeMember2 Method
In This Topic
    InvokeMember2 Method
    In This Topic
    Executes a method (with parameters) unique to the current element.
    Syntax
    expression.InvokeMember2( _
       ByVal methodName As System.String, _
       ByRef parameters As System.String() _
    ) As System.Object

    Parameters

    methodName
    parameters
    See Also