Returns the number of changes made so far.
Syntax:
CountChanges() As Long
Dim ProjFile As ProjectFile Dim Changes As Long Set ProjFile = Application.ActiveProjectFile Changes = ProjFile.CountChanges
See also: