title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.FileNew method (Project) |
vbapj.chm101 |
|
project-server |
|
59b5acd1-78dc-9fd2-d672-4cdd6a6005aa |
02/08/2022 |
medium |
Creates a new project.
expression. FileNew
( _SummaryInfo_
, _Template_
, _FileNewDialog_
, _FileNewWorkpane_
)
expression A variable that represents an Application object.
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. |
Boolean
[!includeSupport and feedback]