Returns or sets whether the project file has been modified.

Type Info:

Modified As Boolean
Example:
Dim ProjFile As ProjectFile
Dim Modified As Boolean

Set ProjFile = Application.ActiveProjectFile

Modified = ProjFile.Modified
ProjFile.Modified = False
See also:

Class ProjectFile

Last Updated: 06/09/04