Paragraph.Format (Word)
Returns or sets a ParagraphFormat object that represents the formatting of the specified paragraph or paragraphs.
Set paraFormat = ActiveDocument.Paragraphs(1).Format.Duplicate
Selection.Paragraphs.Format = paraFormat
Returns or sets a ParagraphFormat object that represents the formatting of the specified paragraph or paragraphs.
Set paraFormat = ActiveDocument.Paragraphs(1).Format.Duplicate
Selection.Paragraphs.Format = paraFormat