Application.NewProject Method

<< Click to Display Table of Contents >>

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

Application.NewProject Method

Previous pageReturn to chapter overviewNext page

Creates a new project with empty files, default settings and manual matching.

 

Syntax

expression.NewProject

expression. A variable representing an Application object.

 

Parameters

none

 

Return Value

none

 

Remarks

If another project is active, it will be closed first.