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