ShowAll Property
Applies To
View object.
Description
True if all nonprinting characters — such as hidden text, tab marks, space marks, and paragraph marks — are displayed. Read/write Boolean.
See Also
ShowHiddenText property, ShowHyphens property, ShowParagraphs property, ShowSpaces property, ShowTabs property.
Example
This example displays all nonprinting characters in the active window.
ActiveWindow.View.ShowAll = True
This example toggles the display of nonprinting characters in the first window.
Windows(1).View.ShowAll = Not Windows(1).View.ShowAll