TabStops2 object (Office)

The collection of TabStop2 objects.

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 first paragraph in the active Microsoft Publisher publication.

Sub ClearTabStop() 
    ActiveDocument.Pages(1).Shapes(1).TextFrame.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.