Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a worksheet which prints 20 pages at the current print setting. I have
one manual page break. Is it possible to have excel restart the page numbers from that page break. your help is appreciated. Vince |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Vince, a couple questions to help find a solution:
-Is there one manual pagebreak on each page or just on one of the pages? -Are there any automatic pagebreaks? -Would you be willing to use macros for printing? Regards, Bill "Vince" wrote: I have a worksheet which prints 20 pages at the current print setting. I have one manual page break. Is it possible to have excel restart the page numbers from that page break. your help is appreciated. Vince |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
-There is one manual pagebreak on one of the pages
-There are automatic page breaks -I am willing to use macros (if there are no other solutions) Thanks Vince "Bill Pfister" wrote: Vince, a couple questions to help find a solution: -Is there one manual pagebreak on each page or just on one of the pages? -Are there any automatic pagebreaks? -Would you be willing to use macros for printing? Regards, Bill "Vince" wrote: I have a worksheet which prints 20 pages at the current print setting. I have one manual page break. Is it possible to have excel restart the page numbers from that page break. your help is appreciated. Vince |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Using a macro, you can print the job as two sections. The first print job
will be up to the manual break, then the second print job will be everything after the break. Within the macros, you can specify the starting page number. The only issue will be if you're printing "page x of pages y", because "y" will not be accurate without some manipulation. Make sense? Let me know if you need help with the code. Bill "Vince" wrote: -There is one manual pagebreak on one of the pages -There are automatic page breaks -I am willing to use macros (if there are no other solutions) Thanks Vince "Bill Pfister" wrote: Vince, a couple questions to help find a solution: -Is there one manual pagebreak on each page or just on one of the pages? -Are there any automatic pagebreaks? -Would you be willing to use macros for printing? Regards, Bill "Vince" wrote: I have a worksheet which prints 20 pages at the current print setting. I have one manual page break. Is it possible to have excel restart the page numbers from that page break. your help is appreciated. Vince |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Will appreciate some help with the code. Yes, I am printing "Page x of pages
Y", which I'll like to continue. Thanks Vince "Bill Pfister" wrote: Using a macro, you can print the job as two sections. The first print job will be up to the manual break, then the second print job will be everything after the break. Within the macros, you can specify the starting page number. The only issue will be if you're printing "page x of pages y", because "y" will not be accurate without some manipulation. Make sense? Let me know if you need help with the code. Bill "Vince" wrote: -There is one manual pagebreak on one of the pages -There are automatic page breaks -I am willing to use macros (if there are no other solutions) Thanks Vince "Bill Pfister" wrote: Vince, a couple questions to help find a solution: -Is there one manual pagebreak on each page or just on one of the pages? -Are there any automatic pagebreaks? -Would you be willing to use macros for printing? Regards, Bill "Vince" wrote: I have a worksheet which prints 20 pages at the current print setting. I have one manual page break. Is it possible to have excel restart the page numbers from that page break. your help is appreciated. Vince |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Two more questions:
1) Do you set the PrintArea property? 2) Is your print range oriented vertically on one sheet (page 2 is below page 1, etc.) - in other words, all the pagebreaks (whether manual or automatic) are all horizontal breaks? "Vince" wrote: Will appreciate some help with the code. Yes, I am printing "Page x of pages Y", which I'll like to continue. Thanks Vince "Bill Pfister" wrote: Using a macro, you can print the job as two sections. The first print job will be up to the manual break, then the second print job will be everything after the break. Within the macros, you can specify the starting page number. The only issue will be if you're printing "page x of pages y", because "y" will not be accurate without some manipulation. Make sense? Let me know if you need help with the code. Bill "Vince" wrote: -There is one manual pagebreak on one of the pages -There are automatic page breaks -I am willing to use macros (if there are no other solutions) Thanks Vince "Bill Pfister" wrote: Vince, a couple questions to help find a solution: -Is there one manual pagebreak on each page or just on one of the pages? -Are there any automatic pagebreaks? -Would you be willing to use macros for printing? Regards, Bill "Vince" wrote: I have a worksheet which prints 20 pages at the current print setting. I have one manual page break. Is it possible to have excel restart the page numbers from that page break. your help is appreciated. Vince |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Big background page numbers/ Can't change format of a range | New Users to Excel | |||
Why are 1/2 my numbers imported as text and the rest as numbers? | Excel Discussion (Misc queries) | |||
Page Numbers W/i Spreadsheet | Excel Discussion (Misc queries) | |||
IN EXCEL, TURN OFF THE BIG GRAY NUMBERS IN THE PAGE BREAK PREVIEW | Excel Discussion (Misc queries) | |||
adding a new page break to an existing page break | Excel Discussion (Misc queries) |