Saves the project file.

Syntax:

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

Set ProjFile = Application.ActiveProjectFile

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

See also:

Class ProjectFile


Last Updated: 04/14/05