View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Double Pagebreak?

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.