Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.01 KB

Project.Application.FileCloseAllEx.md

File metadata and controls

40 lines (25 loc) · 1.01 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.FileCloseAllEx method (Project)
vbapj.chm104
vbapj.chm104
project-server
Project.Application.FileCloseAllEx
95c7c89f-cfb0-f881-a31b-70ae951fb3f1
06/08/2017
medium

Application.FileCloseAllEx method (Project)

Closes all projects.

Syntax

expression. FileCloseAllEx( _Save_, _CheckIn_ )

expression A variable that represents an Application object.

Parameters

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.

Return value

Boolean

[!includeSupport and feedback]