Saved Property

Saved returns false if document has changed since it was last saved. Returns a Boolean. If the value returned is 'True', the document has not changed since it was last saved. If the value returned is 'False', the document has changed since it was last saved. This is a read-only property.

Syntax

object.Saved

Example

This example demonstrates how to return whether or not a document has been saved since changes were made.

Debug.Print Doc.Saved

Used by: Document object