Paragraphs.PageBreakBefore property (Word)

True if a page break is forced before the specified paragraphs. Can be True, False, or wdUndefined. Read/write Long.

Syntax

expression. PageBreakBefore

expression A variable that represents a 'Paragraphs' collection.

Example

This example forces a page break before the first paragraph in the selection.

Selection.Paragraphs.PageBreakBefore = True

See also

Paragraphs Collection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.