Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.43 KB

Project.Application.FileNew.md

File metadata and controls

38 lines (27 loc) · 1.43 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.FileNew method (Project)
vbapj.chm101
vbapj.chm101
project-server
Project.Application.FileNew
59b5acd1-78dc-9fd2-d672-4cdd6a6005aa
02/08/2022
medium

Application.FileNew method (Project)

Creates a new project.

Syntax

expression. FileNew( _SummaryInfo_, _Template_, _FileNewDialog_, _FileNewWorkpane_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
SummaryInfo Optional Boolean True if the Project Information dialog box is displayed when creating the project. The default is equal to the corresponding setting on the General tab of the Options dialog box.
Template Optional String A path and file name for a template to use when creating the project. If Template is omitted, a blank project is created
FileNewDialog Optional Boolean True if the Templates dialog box is displayed when creating the project. If Template is specified, FileNewDialog is ignored
FileNewWorkpane Optional Boolean True if Project displays the New Project workpane before creating a new file. The default value is False.

Return value

Boolean

[!includeSupport and feedback]