ShowSpaces Property
Applies To
View object.
Description
True if space characters are displayed. Read/write Boolean.
See Also
ShowAll property, ShowParagraphs property, ShowTabs property.
Example
This example inserts spaces before the selection and displays space characters in the active window.
Selection.InsertBefore " "
ActiveWindow.View.ShowSpaces = True