https://docs.microsoft.com/en-us/office/vba/api/overview/word
https://docs.microsoft.com/zh-cn/office/vba/api/overview/word
Syntax
expression.Close (SaveChanges, OriginalFormat, RouteDocument)
expression Required. A variable that represents a Document object.
SaveChanges,Optional,Variant Specifies the save action for the document. Can be one of the following WdSaveOptions constants:
wdDoNotSaveChanges(0),wdPromptToSaveChanges(-2), or wdSaveChanges(-1).
OriginalFormat,Optional,Variant Specifies the save format for the document. Can be one of the following WdOriginalFormat constants:
wdOriginalDocumentFormat, wdPromptUser, or wdWordDocument.
RouteDocument,Optional,Variant True to route the document to the next recipient.If the document does not have a routing slip attached, this argument is ignored.
https://docs.microsoft.com/zh-cn/office/vba/api/overview/word
Syntax
expression.Close (SaveChanges, OriginalFormat, RouteDocument)
expression Required. A variable that represents a Document object.
SaveChanges,Optional,Variant Specifies the save action for the document. Can be one of the following WdSaveOptions constants:
wdDoNotSaveChanges(0),wdPromptToSaveChanges(-2), or wdSaveChanges(-1).
OriginalFormat,Optional,Variant Specifies the save format for the document. Can be one of the following WdOriginalFormat constants:
wdOriginalDocumentFormat, wdPromptUser, or wdWordDocument.
RouteDocument,Optional,Variant True to route the document to the next recipient.If the document does not have a routing slip attached, this argument is ignored.