SaveInterval Property
Applies To
Options object.
Description
Returns or sets the time interval for saving AutoRecover information, in minutes. Read/write Long.
Remarks
Set the SaveInterval property to 0 (zero) to turn off saving AutoRecover information.
See Also
AllowFastSave property, BackgroundSave property, BackgroundSavingStatus property, Save method, SaveAs method.
Example
This example sets Word to save AutoRecover information for all open documents every five minutes.
Options.SaveInterval = 5
This example prevents Word from saving AutoRecover information.
Options.SaveInterval = 0
This example returns the current status of the Save AutoRecover info every option on the Save tab in the Options dialog box.
temp = Options.SaveInterval