Share via


Range.ShowAll Property

Word Developer Reference

True if all nonprinting characters (such as hidden text, tab marks, space marks, and paragraph marks) are displayed. Read/write Boolean.

Syntax

expression.ShowAll

expression   Required. A variable that represents a Range object.

Example

This example displays all nonprinting characters in the active document.

Visual Basic for Applications
  ActiveDocument.Range.ShowAll = True

See Also