Returns whether the source file exists.

Type Info:

SourceFileExist As Boolean
Example:
Dim ProjFile As ProjectFile
Dim Exist As Boolean

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

See also:

Class ProjectFile

Last Updated: 08/18/04