Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I go through my code I am using .HPageBreaks.Add Befo=Cells(x,y) to
add a page break at a certain cell. But I actually want to add two page breaks so that I have a blank page inbetween can this be done? Or do I need to insert a blank line first and then another pagebreak. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
blank line with another pagebreak.
-- Regards, Tom Ogilvy "HotRod" wrote in message ... When I go through my code I am using .HPageBreaks.Add Befo=Cells(x,y) to add a page break at a certain cell. But I actually want to add two page breaks so that I have a blank page inbetween can this be done? Or do I need to insert a blank line first and then another pagebreak. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
THANKS, I was afraid of that. That also means that if I don't want to waste
the paper I need to change the border colour and visable lines.How would I set the Row to not have any printable properties? Actually I have the first two rows of the sheet repeating as a header row is it possible to print jsut a blank sheet? Otherwise I'll waste 200+ sheets every time this thing runs. "Tom Ogilvy" wrote in message ... blank line with another pagebreak. -- Regards, Tom Ogilvy "HotRod" wrote in message ... When I go through my code I am using .HPageBreaks.Add Befo=Cells(x,y) to add a page break at a certain cell. But I actually want to add two page breaks so that I have a blank page inbetween can this be done? Or do I need to insert a blank line first and then another pagebreak. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help coding a PageBreak | Excel Discussion (Misc queries) | |||
Cant move pagebreak in PageBreak View in Excel2003 | Excel Worksheet Functions | |||
find pagebreak | Excel Programming | |||
How to pagebreak | Excel Programming | |||
PAGEBREAK-MACRO | Excel Programming |