MCSaveOption Enumeration |
The MCSaveOption enumeration specifies the possible options to take when closing files which have been modified.
Name |
Value |
Description |
mcSaveChanges |
0 |
Automatically save changes in whichever format the worksheet was loaded as. |
mcPromptToSaveChanges |
1 |
Ask user whether or not to save a worksheet. |
mcDiscardChanges |
2 |
Lose changes. |