Skip to main content

XlPageBreak enumeration

Specifies page break location on the worksheet.

Name Value Description
xlPageBreakAutomatic -4105 Excel will automatically add page breaks.
xlPageBreakManual -4135 Page breaks are manually inserted.
xlPageBreakNone -4142 Page breaks are not inserted on the worksheet.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>