Form Constants

Microsoft Visual Basic Constants

Form Constants

       

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

Constant Value Decription
vbModeless 0 UserForm is modeless.
vbModal 1 UserForm is modal (default).