Paragraphs.Add (Word)

Returns a Paragraph object that represents a new, blank paragraph added to a document.

If Range isn't specified, the new paragraph is added after the selection or range or at the end of the document, depending on expression.

Add (Range)

Range: The range before which you want the new paragraph to be added. The new paragraph doesn't replace the range.


Selection.Paragraphs.Add