FileNew Method

Creates a new project.

Syntax

expression**.FileNew(SummaryInfo, Template, FileNewDialog, FileNewWorkpane)**

*expression   *     Optional. An expression that returns an Application object.

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.

Applies to | Application Object

See Also | FileOpen Method | FileSave Method | FileSaveAs Method | Quit Method