Comment.Range Property
Word Developer Reference |
Returns a Range object that represents the contents of a comment.
Syntax
expression.Range
expression Required. A variable that represents a Comment object.
Example
This example changes the text of the first comment in the document.
Visual Basic for Applications |
---|
|
See Also