Paragraph.PageBreakBefore Property (Word)
True if a page break is forced before the specified paragraphs. Read/write Long.
Syntax
expression .PageBreakBefore
expression A variable that represents a Paragraph object.
Remarks
This property can be True, False, or wdUndefined.
Example
This example forces a page break before the first paragraph in the selection.
Selection.Paragraphs(1).PageBreakBefore = True