Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.13 KB

PowerPoint.Presentation.DisplayComments.md

File metadata and controls

57 lines (32 loc) · 1.13 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.DisplayComments property (PowerPoint)
vbapp10.chm583042
vbapp10.chm583042
PowerPoint.Presentation.DisplayComments
b241151a-82b5-7188-a8b8-a4a04fc37165
06/08/2017
medium

Presentation.DisplayComments property (PowerPoint)

Determines whether comments are displayed in the specified presentation. Read/write.

Syntax

expression. DisplayComments

expression A variable that represents a Presentation object.

Return value

MsoTriState

Remarks

The value returned by the DisplayComments property can be one of these MsoTriState constants.

Constant Description
msoFalse Comments are not displayed in the specified presentation.
msoTrue Comments are displayed in the specified presentation.

Example

This example hides comments in the active presentation.

ActivePresentation.DisplayComments = msoFalse

See also

Presentation Object

[!includeSupport and feedback]