View.ShowTabs Property
Word Developer Reference |
True if tab characters are displayed. Read/write Boolean.
Syntax
expression.ShowTabs
expression An expression that returns a View object.
Example
This example inserts a tab before the selection and displays tab characters in the window for Document2.
Visual Basic for Applications |
---|
|
This example splits the active window, shows tab characters in the first pane, and hides tab characters in the second pane.
Visual Basic for Applications |
---|
|
See Also