Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 812 Bytes

Excel.Comment.Shape.md

File metadata and controls

40 lines (24 loc) · 812 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Comment.Shape property (Excel)
vbaxl10.chm516074
vbaxl10.chm516074
Excel.Comment.Shape
f3e5f713-69b3-9cd8-81fa-9c677ed26869
04/23/2019
medium

Comment.Shape property (Excel)

Returns a Shape object that represents the shape attached to the specified comment.

Syntax

expression.Shape

expression A variable that represents a Comment object.

Example

This example selects comment two on the active sheet.

Note

Ensure that the comments are not hidden. On the Review tab, choose Comments > Show All Comments.

ActiveSheet.Comments(2).Shape.Select

[!includeSupport and feedback]