CallType constants

The following constants can be used anywhere in your code in place of the actual values.

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

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.