Options.SavePropertiesPrompt Property

Word Developer Reference

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

Syntax

expression.SavePropertiesPrompt

expression   An expression that returns an Options object.

Example

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

Visual Basic for Applications
  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 (Tools menu).

Visual Basic for Applications
  temp = Options.SavePropertiesPrompt

See Also