TabStop2.Clear method (Office)
Removes the specified custom tab stop.
Syntax
expression.Clear
expression An expression that returns a TabStop2 object.
Example
This example clears the first custom tab in the first paragraph of the active Microsoft Word document.
ActiveDocument.Paragraphs(1).TabStops2(1).Clear
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.