ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Start a page number from 9 (https://www.excelbanter.com/excel-discussion-misc-queries/223153-start-page-number-9-a.html)

Chanty

Start a page number from 9
 
I have an Excel spreadsheet that is going to be slotted into a Word report
once printed. The spreadsheet must have page numbers, but the first printed
page must start at 9, not at 1. Please help!
--
Chanty

Bernard Liengme[_3_]

Start a page number from 9
 
You can do this with VBA. Copy this into a general module

Sub PageNine
Worksheets("Sheet1").PageSetup.FirstPageNumber = 9
End Sub

or open the VBA Editor and copy just
Worksheets("Sheet1").PageSetup.FirstPageNumber = 9
into the Immediate window and press Enter

New to VBA? See:
David McRitchie's site on "getting started" with VBA
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Debra Dalgleish's "Adding Code to a Workbook"
http://www.contextures.com:80/xlvba01.html

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Chanty" wrote in message
...
I have an Excel spreadsheet that is going to be slotted into a Word report
once printed. The spreadsheet must have page numbers, but the first
printed
page must start at 9, not at 1. Please help!
--
Chanty




Stefi

Start a page number from 9
 
FilePage setupPage tabFirst page number: enter 9

Regards,
Stefi

€˛Chanty€¯ ezt Ć*rta:

I have an Excel spreadsheet that is going to be slotted into a Word report
once printed. The spreadsheet must have page numbers, but the first printed
page must start at 9, not at 1. Please help!
--
Chanty


Chanty

Start a page number from 9
 
I cant believe it was so easy! Thank you very much.
--
Chanty


"Stefi" wrote:

FilePage setupPage tabFirst page number: enter 9

Regards,
Stefi

€˛Chanty€¯ ezt Ć*rta:

I have an Excel spreadsheet that is going to be slotted into a Word report
once printed. The spreadsheet must have page numbers, but the first printed
page must start at 9, not at 1. Please help!
--
Chanty


Stefi

Start a page number from 9
 
You are welcome! Thanks for the feedback!
Stefi

€˛Chanty€¯ ezt Ć*rta:

I cant believe it was so easy! Thank you very much.
--
Chanty


"Stefi" wrote:

FilePage setupPage tabFirst page number: enter 9

Regards,
Stefi

€˛Chanty€¯ ezt Ć*rta:

I have an Excel spreadsheet that is going to be slotted into a Word report
once printed. The spreadsheet must have page numbers, but the first printed
page must start at 9, not at 1. Please help!
--
Chanty



All times are GMT +1. The time now is 11:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com