title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.FileCloseAllEx method (Project) |
vbapj.chm104 |
|
project-server |
|
95c7c89f-cfb0-f881-a31b-70ae951fb3f1 |
06/08/2017 |
medium |
Closes all projects.
expression. FileCloseAllEx
( _Save_
, _CheckIn_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Save | Optional | Long | Can be one of the following PjSave constants: pjDoNotSave, pjSave, or pjPromptSave. The default value is pjPromptSave for new project files and projects that have changed since the last save. |
CheckIn | Optional | Variant | True if files are checked in after closing. |
Boolean
[!includeSupport and feedback]