Shape Property

Microsoft Excel Visual Basic

expression.Shape

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

This example selects comment two on the active sheet.

ActiveSheet.Comments(2).Shape.Select