Syntax

expression.Location

expression A variable that represents a VPageBreak object.

Example

This example moves the vertical page-break location.

Visual Basic for Applications
Worksheets(1).VPageBreaks(1).Location = Worksheets(1).Range("e5")

See also: