Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 919 Bytes

Excel.PageSetup.Order.md

File metadata and controls

36 lines (22 loc) · 919 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PageSetup.Order property (Excel)
vbaxl10.chm473089
vbaxl10.chm473089
Excel.PageSetup.Order
cb39c83a-3ab2-cab9-531c-762db4ab6770
05/03/2019
medium

PageSetup.Order property (Excel)

Returns or sets an XlOrder value that represents the order that Microsoft Excel uses to number pages when printing a large worksheet.

Syntax

expression.Order

expression A variable that represents a PageSetup object.

Example

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]