Paragraphs.First (Word)
Returns a Paragraph object that represents the first item in the Paragraphs collection.
Dim prgFirst As Paragraph
Set prgFirst = ActiveDocument.Range.Paragraphs.First
Returns a Paragraph object that represents the first item in the Paragraphs collection.
Dim prgFirst As Paragraph
Set prgFirst = ActiveDocument.Range.Paragraphs.First