Form 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

vbModeless

0

UserForm is modeless.

vbModal

1

UserForm is modal (default).