Removes the specified custom tab stop
expression. Clear
expression An expression that returns a TabStop2 object.
This example clears the first custom tab in the first paragraph of the active Microsoft Word document.
ActiveDocument.Paragraphs(1).TabStops2(1).Clear