Paragraph.TabStops (Word)

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

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


Set para1Tabs = ActiveDocument.Paragraphs(1).TabStops 
ActiveDocument.Paragraphs.TabStops = para1Tabs