Mode Property (VBA Add-In Object Model)
Returns a value containing the mode of the specified project. Read-only.
Return Values
The Mode property return values are:
| Constant | Description |
|---|---|
| vbext_vm_Run | The specified project is in run mode. |
| vbext_vm_Break | The specified project is in break mode. |
| vbext_vm_Design | The specified project is in design mode. |