Applies To
PageSetup Object.
Description
Returns or sets the first page number that will be used for printing this sheet (the default value is xlAutomatic). Read-write.
Example
This example sets the first page number of Sheet1 to 100.
Worksheets("Sheet1").PageSetup.FirstPageNumber = 100