Returns the number of changes made so far.

Syntax:

CountChanges() As Long
Return: Long
Example:
Dim ProjFile As ProjectFile
Dim Changes As Long

Set ProjFile = Application.ActiveProjectFile

Changes = ProjFile.CountChanges

See also:

Class ProjectFile


Last Updated: 03/11/04