_Workbook.EnableAutoRecover Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves changed files, of all formats, on a timed interval. Read/write Boolean.
public:
property bool EnableAutoRecover { bool get(); void set(bool value); };
public bool EnableAutoRecover { get; set; }
Public Property EnableAutoRecover As Boolean
Property Value
Remarks
If Microsoft Excel fails, the system fails, or if the system is improperly shut down (not allowing Excel to save the changed files), the backed up files are opened and the user has an opportunity to save changes that otherwise would have been lost. When the user restarts Excel, a document recovery window opens, giving the user an option to recover the files they were working on. Setting this property to True (default) enables this feature.