I have an Excel spreadsheet that has 3 separate worksheets in it.
The documents will all be printed together as one large document and I would
like consecutive page numbering throughout the document. So far, all I can
get is page 1-3 of the first worksheet, page 1-4 of the second, etc.
Any advice? Can this be done?
MyVeryOwnSelf - 27 Sep 2006 19:15 GMT
> I have an Excel spreadsheet that has 3 separate worksheets in it.
>
> The documents will all be printed together as one large document and I
> would like consecutive page numbering throughout the document. So
> far, all I can get is page 1-3 of the first worksheet, page 1-4 of the
> second, etc.
One way is to use:
File > Page Setup > Page
Where it says "First page number" type in:
Auto
Becot - 27 Sep 2006 20:34 GMT
Thank you. I also discovered that if I just ask to put "page" in the footer,
it will print consecutively if I select "entire workbook" when I print. If I
dont' select that (my default goes to "active worksheet") then each worksheet
prints with its own page numbering. Very confusing! But I appreciate your
help.
> I have an Excel spreadsheet that has 3 separate worksheets in it.
>
[quoted text clipped - 3 lines]
>
> Any advice? Can this be done?
Gord Dibben - 27 Sep 2006 21:59 GMT
Select a sheet and right-click on the tab and "Select all sheets"
Go to View>Headers and footers.
Select from the drop-down "Page 1 of ?"
OK out.
Right-click and "ungroup sheets".
File>Print>Print What>Entire Workbook
Gord Dibben MS Excel MVP
>I have an Excel spreadsheet that has 3 separate worksheets in it.
>
[quoted text clipped - 3 lines]
>
>Any advice? Can this be done?
sammy - 10 Oct 2006 19:45 GMT
Hi,
I have a similar but opposite problem because I want each worksheet to print
with its own set of page numbers but all I get is consecutive numbers, for
example, from 1 to 30. I want the first worksheet to be numbered 1 - 6 of 6,
the second worksheet to be numbered 1 - 5 of 5...
If I select one worksheet at a time, I can get what I want, but if I select
multiple worksheets, the total page number reflects the total number of pages
in all sheets and not the number of pages in the individual worksheet.
I'm sorry if this is confusing but all I want is a footer that has "page #
of pages" relative to the individual worksheets but I want to print multiple
worksheets at the same time. It seems that this is easy if I just have the
page number, but gets complicated when I add the "of pages" part.
Any other suggestions?
TIA,
Sammy
> Select a sheet and right-click on the tab and "Select all sheets"
>
[quoted text clipped - 17 lines]
> >
> >Any advice? Can this be done?
Gord Dibben - 10 Oct 2006 20:24 GMT
Your original post asked for "consecutive page numbering throughout the
document" but sounds like that was not what you wanted.
You want consecutive numbering for each sheet.
Other than individual print jobs, I have no suggestions.
One of the more knowledgeable VBA people will jump in with some code, I'm sure.
Gord
>Hi,
>
[quoted text clipped - 38 lines]
>> >
>> >Any advice? Can this be done?
Gord Dibben MS Excel MVP
sammy - 10 Oct 2006 20:32 GMT
Thanks for your reply. I'll wait and see what else shows up.
Sammy
> Your original post asked for "consecutive page numbering throughout the
> document" but sounds like that was not what you wanted.
[quoted text clipped - 51 lines]
>
> Gord Dibben MS Excel MVP
Pete_UK - 10 Oct 2006 20:43 GMT
Once you have set up each sheet how you would like it, is it really so
hard to click on a sheet tab then click the <print> icon, and do this
for each sheet you have? You could easily record a macro to do this for
you.
Pete
> Thanks for your reply. I'll wait and see what else shows up.
>
[quoted text clipped - 55 lines]
> >
> > Gord Dibben MS Excel MVP
Larryq22 - 01 Dec 2007 18:11 GMT
It seems like things got a lot easier in Excel 2007. I've had the same
problem with numbering consecutive pages across worksheets in the same
workbook, but I had some success in 2007. My workbook consisted of a series
of worksheets, each of which was a separate section in a report. There was
also a cover page worksheet and a table of contents worksheet which occupied
the first two worksheets in the workbook.
To number all the pages, I inserted footers containing the "&Page" command
on all sheets on which I wanted the page # to appear. (I omitted this for
the cover and contents pages.)
On the first page of the report (third worksheet), I used the Page Layout
tab, Print Titles button, Page tab of dialog box, First Page Number = 1.
(You can also get to this dialog box through Print Preview>Page Setup.)
On subsequent worksheets, I left First Page Number as Auto.
This miraculously worked, so the entire report is in on Excel workbook, with
correct page numbers.
Hope this helps and isn't too confusing!
Larry
> > >> >I have an Excel spreadsheet that has 3 separate worksheets in it.
> > >> >
[quoted text clipped - 5 lines]
> >
> > Gord Dibben MS Excel MVP
sammy - 03 Dec 2007 11:37 GMT
Hi Larry,
I seems Excel v2007 is the answer and as fate would have it, my company is
upgrading in 1Q2008. I look forward to an answer that i believe should have
existed in my present version.
Sammy
> It seems like things got a lot easier in Excel 2007. I've had the same
> problem with numbering consecutive pages across worksheets in the same
[quoted text clipped - 29 lines]
> > >
> > > Gord Dibben MS Excel MVP
dbp - 29 Feb 2008 16:59 GMT
Hi,
So if we're on Excel 2003, the only way to get the page #'s to print
sequentially is to print the entire worksheet each time. So, if a sheet is
added somewhere and I just want to print that sheet, it will show as page 1,
unless I again print the entire workbook?
Thanks,
dbp
> Hi Larry,
>
[quoted text clipped - 37 lines]
> > > >
> > > > Gord Dibben MS Excel MVP
Gord Dibben - 29 Feb 2008 21:44 GMT
That would correct by default but you can work around that.
You can always go to File>Page Setup>Page and enter any start number you like.
So......if printing a newly inserted sheet you figure out the last page number
printed from the previous print job and start from that number + 1
i.e. First print job printed entire workbook with pages from 1 to 56
Now you start current print job for only the new sheet at 57
Gord Dibben MS Excel MVP
>Hi,
>
[quoted text clipped - 47 lines]
>> > > >
>> > > > Gord Dibben MS Excel MVP
Beth - 09 Dec 2006 03:00 GMT
Hi All
My question is about numbering 1-400 but only putting 1- 59 in one colum
and 60-100 in the 2nd colum on the same page and then going to the next page
and starting with 101 and so on. What I'm trying to make is a list of the
phone numbers on my cell phone, if any one can help me I would really like to
get this spreadsheet set up, instead of typing each number by hand
> I have an Excel spreadsheet that has 3 separate worksheets in it.
>
[quoted text clipped - 3 lines]
>
> Any advice? Can this be done?