RC-WinTrans Object Model Help |
ProjectFile.CountChanges |
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: