Saved Property
The Saved property returns false if a document has not 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 if a document has been saved since changes were made.
Debug.Print Plot.Saved
Used by: Document object