Saved Property

 

The Saved property returns false if a document has changed since it was last saved. Returns a Boolean. 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