View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
HotRod HotRod is offline
external usenet poster
 
Posts: 147
Default Double Pagebreak?

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.