When you call the CallByName function, you can use the following CallType enumeration members in your code in place of the actual values:
The UseCallType argument takes the following CallType values:
Member | Constant | Description |
---|---|---|
Method | vbMethod | A method is being invoked. |
Get | vbGet | A property value is being retrieved. |
Set | vbSet | A property value is being determined. |