Documents.Save method (Word)

Saves all the documents in the Documents collection.

Syntax

expression.Save (NoPrompt, OriginalFormat)

expression Required. A variable that represents a Documents object.

Parameters

Name Required/Optional Data type Description
NoPrompt Optional Variant True to have Word automatically save all documents. False to have Word prompt the user to save each document that has changed since it was last saved.
OriginalFormat Optional Variant Specifies the way the documents are saved. Can be one of the WdOriginalFormat constants.

Remarks

If a document has not been saved before, the Save As dialog box prompts the user for a file name.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.