Paragraphs.TabStops (Word)

Returns or sets a TabStops collection that represents all the custom tab stops for the specified paragraphs.

For information about returning a single member of a collection, see Returning an object from a collection.


With ActiveDocument.Paragraphs.TabStops 
 .Add Position:= InchesToPoints(2), Alignment:= wdAlignTabCenter 
End With