Returns whether the source file for the active target language has changed.

Type Info:

SourceFileChanged As Boolean
Example:
Dim ProjFile As ProjectFile
Dim Changed As Boolean

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

This property only returns a valid value if the project document of the parent project is open. For an offline-check use "IsUpToDate" instead.


See also:

Class ProjectFile

Last Updated: 05/20/05