Returns the active project file.

Type Info:

ActiveProjectFile As ProjectFile
Example:
Dim App As Application
Dim ProjFile As ProjectFile

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

See also:

Class Application

Last Updated: 03/17/21