ToolsRevisions

Syntax

ToolsRevisions [.MarkRevisions = number] [, .ViewRevisions = number] [, .PrintRevisions = number] [, .AcceptAll] [, .RejectAll]

Remarks

Specifies how revisions are marked and reviewed in the active document. The arguments for the ToolsRevisions statement correspond to the options in the Revisions dialog box (Tools menu).

Argument

Explanation

.MarkRevisions

If 1, activates revision marking.

.ViewRevisions

If 1, revision marks appear in the document when you edit it with revision marking on.

.PrintRevisions

Specifies whether or not to include revision marks in the printed document:

0 (zero) Revision marks do not appear (revisions are printed as if they were accepted).

1 Revision marks appear.

.AcceptAll

Accepts all revisions in the active document.

.RejectAll

Rejects all revisions in the active document.


Example

This example activates revision marking in the active document, but prevents the revision marks from appearing while the document is edited:


ToolsRevisions .MarkRevisions = 1, .ViewRevisions = 0

See Also

ToolsCompareVersions, ToolsMergeRevisions, ToolsOptionsRevisions, ToolsReviewRevisions, ToolsRevisionType()