title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PageSetup.Order property (Excel) |
vbaxl10.chm473089 |
|
|
cb39c83a-3ab2-cab9-531c-762db4ab6770 |
05/03/2019 |
medium |
Returns or sets an XlOrder value that represents the order that Microsoft Excel uses to number pages when printing a large worksheet.
expression.Order
expression A variable that represents a PageSetup object.
This example breaks Sheet1 into pages when the worksheet is printed. Numbering and printing proceed from the first page to the pages to the right, and then move down and continue printing across the sheet.
Worksheets("Sheet1").PageSetup.Order = xlOverThenDown
[!includeSupport and feedback]