Document.Close method (Word) |
https://docs.microsoft.com/en-us/office/vba/api/overview/word e0wAC3 http://blog.numino.net/ https://docs.microsoft.com/zh-cn/office/vba/api/overview/word FGn0xF http://blog.numino.net/ Syntax 4X1Mk5 http://blog.numino.net/ expression.Close (SaveChanges, OriginalFormat, RouteDocument) RoM1D8 http://blog.numino.net/ expression Required. A variable that represents a Document object. 6vaxF4 http://blog.numino.net/ SaveChanges,Optional,Variant Specifies the save action for the document. Can be one of the following WdSaveOptions constants: mI7jd2 http://blog.numino.net/ wdDoNotSaveChanges(0),wdPromptToSaveChanges(-2), or wdSaveChanges(-1). 6pXMYX http://blog.numino.net/ OriginalFormat,Optional,Variant Specifies the save format for the document. Can be one of the following WdOriginalFormat constants: 8LrpOW http://blog.numino.net/ wdOriginalDocumentFormat, wdPromptUser, or wdWordDocument. om28t0 http://blog.numino.net/ 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.
|
|