AcCloseSave Enumeration
Used by the Close method to specify whether or not to save an object upon closing.
Name |
Value |
Description |
---|---|---|
acSaveNo |
2 |
The specified object is not saved. |
acSavePrompt |
0 |
The user is asked whether or not they want to save the object.
Note
This value is ignored if you are closing a Visual Basic module. The module will be closed, but changes to the module will not be saved.
|
acSaveYes |
1 |
The specified object is saved. |