Syntax
ToolsOptionsRevisions [.InsertedTextMark = number] [, .InsertedTextColor = number] [, .DeletedTextMark = number] [, .DeletedTextColor = number] [, .RevisedLinesMark = number] [, .RevisedLinesColor = number] [, .HighlightColor = number]
Remarks
Sets options for marking revisions. The arguments for the ToolsOptionsRevisions statement correspond to the options on the Revisions tab in the Options dialog box (Tools menu). The options affect documents in which revision marking is active, and documents you compare to other documents with the Compare Versions command (Revisions dialog box, Tools menu).
Argument | Explanation |
.InsertedTextMark | The format for inserted text: 0 (zero) None 1 Bold 2 Italic 3 Underline 4 Double underline |
.DeletedTextMark | The format for deleted text: 0 (zero) Hidden 1 Strikethrough |
.RevisedLinesMark | The position for revision lines: 0 (zero) None 1 Left border 2 Right border 3 Outside border |
.InsertedTextColor, .DeletedTextColor, .RevisedLinesColor | The colors for inserted text, deleted text, and revision lines. If omitted, the color is set to "Auto." For a list of values, see CharColor. |
.HighlightColor | The color for highlighting. The highlighting color remains the current color unless a different one is specified. If .HighlightColor is set to 0 (zero), no highlighting is applied. For a list of values, see CharColor. This argument is available only in Word version 7.0. |
Example
When revision marking is active, this example instructs Word to format inserted text with a double underline and to add blue revision lines in the left margin:
ToolsOptionsRevisions .InsertedTextMark = 4, \ .RevisedLinesMark = 1, .RevisedLinesColor = 2
See Also
ToolsCompareVersions, ToolsRevisions