Returns the source file name of the project file.

Type Info:

SourceFileName As String
Example:
Dim ProjFile As ProjectFile

Set ProjFile = Application.ActiveProjectFile

MsgBox ProjFile.SourceFileName
Remarks: Read-only property.

See also:

Class ProjectFile

Last Updated: 03/11/04