Range.InsertParagraphBefore Method (Word)
Inserts a new paragraph before the specified range.
Syntax
expression .InsertParagraphBefore
expression Required. A variable that represents a Range object.
Remarks
After this method is applied, the range expands to include the new paragraph.
Example
This example inserts a new paragraph at the beginning of the active document.
ActiveDocument.Range.InsertParagraphBefore