PageSetup.FirstPageNumber Property
Excel Developer Reference |
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. 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.
Visual Basic for Applications |
---|
|
See Also