Reloads the project file.

Syntax:

Reload() As Boolean
Return: Boolean
Example:
Dim ProjFile As ProjectFile
Dim RetVal As Boolean

Set ProjFile = Application.ActiveProjectFile

If (Not (ProjFile.IsLoaded)) Then
    RetVal = ProjFile.Reload
End If

See also:

Class ProjectFile


Last Updated: 04/14/05