AllowFastSave Property Example
This example sets Word to save the complete document, and then it saves the active document.
Options.AllowFastSave = False
ActiveDocument.Save
This example returns the current status of the Allow fast saves option on the Save tab in the Options dialog box.
temp = Options.AllowFastSave