Revision.Reject Method
Word Developer Reference |
Rejects the specified tracked change. The revision marks are removed, leaving the original text intact.
Syntax
expression.Reject
expression Required. A variable that represents a Revision object.
Remarks
Formatting changes cannot be rejected.
Example
This example rejects the next tracked change found in the active document.
Visual Basic for Applications |
---|
|
This example rejects the tracked changes in the first paragraph.
Visual Basic for Applications |
---|
|
This example rejects the first tracked change in the selection.
Visual Basic for Applications |
---|
|
See Also