TabStop2 object (Office)
Represents a single tab stop. The TabStop2 object is a member of the TabStops2 collection.
Remarks
Tab stops are indexed numerically from left to right along the ruler.
Example
The following example removes the first custom tab stop from the selected paragraphs.
Sub ClearTabStop()
Selection.TextRange.ParagraphFormat.Tabs(1).Clear
End Sub
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.