Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 865 Bytes

Excel.Application.DisplayCommentIndicator.md

File metadata and controls

37 lines (22 loc) · 865 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.DisplayCommentIndicator property (Excel)
vbaxl10.chm133123
vbaxl10.chm133123
Excel.Application.DisplayCommentIndicator
8617da4e-97cb-fe57-bb51-a9c671e2ff27
04/04/2019
medium

Application.DisplayCommentIndicator property (Excel)

Returns or sets the way cells display comments and indicators. Can be one of the XlCommentDisplayMode constants.

Syntax

expression.DisplayCommentIndicator

expression A variable that represents an Application object.

Example

This example hides cell tips but retains comment indicators.

Application.DisplayCommentIndicator = xlCommentIndicatorOnly

[!includeSupport and feedback]