Item Method (Comments Collection)
Applies To
Comments collection object.
Description
Returns a single Comment object from a Comments collection.
Syntax
expression.Item(Index)
expression Required. An expression that returns a Comments object.
Index Required Long. The index number of the comment.
Example
This example hides comment two.
Worksheets(1).Comments.Item(2).Visible = False