VbCallType

Procedure call types used by the calltype argument of the CallByName function.

Constant Value Description
vbMethod 1 A method has been invoked.
vbGet 2 A Property Get procedure.
vbLet 4 A Property Let procedure.
vbSet 8 A Property Set procedure.

License: CC-BY-4.0 Code license: MIT Attribution: VBA-Docs