SaveNormalPrompt Property Example
This example sets Word to save the Normal template automatically before quitting, and then it quits.
Options.SaveNormalPrompt = False
Application.Quit
This example returns the current status of the Prompt to save Normal template option on the Save tab in the Options dialog box.
temp = Options.SaveNormalPrompt