Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 986 Bytes

PowerPoint.Application.PresentationBeforeClose.md

File metadata and controls

45 lines (26 loc) · 986 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.PresentationBeforeClose event (PowerPoint)
vbapp10.chm621025
vbapp10.chm621025
PowerPoint.Application.PresentationBeforeClose
8c2d820b-aa44-287b-10ad-1dc6f4122231
06/08/2017
medium

Application.PresentationBeforeClose event (PowerPoint)

Represents a Presentation object before it closes.

Syntax

expression. PresentationBeforeClose( _Pres_, _Cancel_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Pres Required Presentation The Presentation object.
Cancel Required Boolean If set to True, the presentation will not close.

Return value

Nothing

See also

Application Object

[!includeSupport and feedback]