SavePropertiesPrompt Property

Applies To

Options object.

Description

True if Word prompts for document property information when saving a new document. Read/write Boolean.

See Also

PrintProperties property.

Example

This example causes Word to prompt for document property information when saving a new document.

Options.SavePropertiesPrompt = True
This example returns the current status of the Prompt for document properties option on the Save tab in the Options dialog box.

temp = Options.SavePropertiesPrompt