Range.Revisions Property
Word Developer Reference |
Returns a Revisions collection that represents the tracked changes in the range. Read-only.
Syntax
expression.Revisions
expression A variable that represents a Range object.
Remarks
For information about returning a single member of a collection, see Returning a Single Object from a Collection.
Example
This example displays the number of tracked changes in the first section in the active document.
Visual Basic for Applications |
---|
|
This example accepts all tracked changes in the first paragraph in the selection.
Visual Basic for Applications |
---|
|
See Also