View.ShowHighlight Property
Word Developer Reference |
True if highlight formatting is displayed and printed with a document. Read/write Boolean.
Syntax
expression.ShowHighlight
expression An expression that returns a View object.
Example
This example toggles the display of highlighting in the active document.
Visual Basic for Applications |
---|
|
This example prints the active document without highlight formatting.
Visual Basic for Applications |
---|
|
See Also