title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.DisplayCommentIndicator property (Excel) |
vbaxl10.chm133123 |
|
|
8617da4e-97cb-fe57-bb51-a9c671e2ff27 |
04/04/2019 |
medium |
Returns or sets the way cells display comments and indicators. Can be one of the XlCommentDisplayMode constants.
expression.DisplayCommentIndicator
expression A variable that represents an Application object.
This example hides cell tips but retains comment indicators.
Application.DisplayCommentIndicator = xlCommentIndicatorOnly
[!includeSupport and feedback]