CallType Constants

This page is specific to the Visual Basic for Applications (VBA) Language Reference for Office 2010.

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

Constant

Value

Decription

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.