InsertParagraph Method

See Also         Example         Applies To

Replaces the specified range or selection with a new paragraph.

Note   After this method has been used, the range or selection is the new paragraph.

Syntax

expression.InsertParagraph

expression   Required. An expression that returns a Range or Selection object.

Remarks

If you don't want to replace the range or selection, use the Collapse method before using this method. The InsertParagraphAfter method inserts a new paragraph following a Range or Selection object.