Share via


Range.InsertParagraphBefore Method

Word Developer Reference

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.

Visual Basic for Applications
  ActiveDocument.Range.InsertParagraphBefore

See Also