Revision.Accept Method
Word Developer Reference |
Accepts the specified tracked change, removes the revision mark, and incorporates the change into the document.
Syntax
expression.Accept
expression Required. A variable that represents a Revision object.
Example
This example accepts the next tracked change found if the change type is inserted text.
Visual Basic for Applications |
---|
|
This example accepts all the tracked changes in the selection.
Visual Basic for Applications |
---|
|
See Also