VPageBreak object (Excel)
Represents a vertical page break.
The VPageBreak object is a member of the VPageBreaks collection.
Use VPageBreaks (index), where index is the page break index number of the page break, to return a VPageBreak object. The following example changes the location of vertical page break one.
Worksheets(1).VPageBreaks(1).Location = Worksheets(1).Range("e5")
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.