Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 891 Bytes

Excel.PageSetup.FirstPageNumber.md

File metadata and controls

37 lines (22 loc) · 891 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PageSetup.FirstPageNumber property (Excel)
vbaxl10.chm473081
vbaxl10.chm473081
Excel.PageSetup.FirstPageNumber
606d2bb3-9e3f-2d98-01ea-3257e83f61ea
05/03/2019
medium

PageSetup.FirstPageNumber property (Excel)

Returns or sets the first page number that will be used when this sheet is printed. If xlAutomatic, Microsoft Excel chooses the first page number. The default is xlAutomatic (Constants). Read/write Long.

Syntax

expression.FirstPageNumber

expression A variable that represents a PageSetup object.

Example

This example sets the first page number of Sheet1 to 100.

Worksheets("Sheet1").PageSetup.FirstPageNumber = 100

[!includeSupport and feedback]