VPageBreak object (Excel)
Represents a vertical page break.
Remarks
The VPageBreak object is a member of the VPageBreaks collection.
Example
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")
Methods
Properties
See also
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.