title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PageSetup.FirstPageNumber property (Excel) |
vbaxl10.chm473081 |
|
|
606d2bb3-9e3f-2d98-01ea-3257e83f61ea |
05/03/2019 |
medium |
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.
expression.FirstPageNumber
expression A variable that represents a PageSetup object.
This example sets the first page number of Sheet1 to 100.
Worksheets("Sheet1").PageSetup.FirstPageNumber = 100
[!includeSupport and feedback]