Project.Save Method

<< Click to Display Table of Contents >>

Navigation:  Developer Edition > Visual Basic for Applications (VBA) > Object Model Reference > Project Object > Methods >

Project.Save Method

Previous pageReturn to chapter overviewNext page

Saves the project's configuration to the specified path.

 

Syntax

expression.Save(FilePath)

expression. A variable representing a Project object.

 

Parameters

Name

Type

Description

FilePath

String

Path and file name of the project file. (File extension is '.xml').

 

Return Value

none