|
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). |
|
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). |