Document.Saved Property
Word Developer Reference |
True if the specified document or template has not changed since it was last saved. False if Microsoft Word displays a prompt to save changes when the document is closed. Read/write Boolean.
Syntax
expression.Saved
expression A variable that represents a Document object.
Example
This example saves the active document if it contains previously unsaved changes.
Visual Basic for Applications |
---|
|
See Also