Returns the number of project files in the collection.

Type Info:

Count As Long
Example:
Dim Proj As TranslationProject
Dim NumberOfFiles As Long

Set Proj = Application.ActiveProject
NumberOfFiles = Proj.ProjectFiles.Count
Remarks: Read-only property.

See also:

Class ProjectFiles

Last Updated: 03/11/04