Returns the "ProjectFiles" collection.

Type Info:

Parent As ProjectFiles
Example:
Dim ProjFile As ProjectFile
Dim ProjFiles As ProjectFiles

Set ProjFile = Application.ActiveProjectFile
Set ProjFiles = ProjFile.Parent
Remarks: Read-only property.

This property could be "Nothing" if the project file is returned with the "GetProjectFile" method of the translation project.

See also:

Class ProjectFile

Last Updated: 04/27/05