Comment.Scope Property
Word Developer Reference |
Returns a Range object that represents the range of text marked by the specified comment.
Syntax
expression.Scope
expression An expression that returns a Comment object.
Example
This example displays the text associated with the first comment in the selection.
Visual Basic for Applications |
---|
|
This example copies the text associated with the last comment in the active document.
Visual Basic for Applications |
---|
|
See Also