View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raj[_2_] Raj[_2_] is offline
external usenet poster
 
Posts: 150
Default Problem removing page break

Hi,

I have set the print area to "a1:b9". In the page break view I can see
a page break between Columns A and B. To remove it, I type the
following in the immediate window.

ActiveSheet.Columns("b").PageBreak = xlPageBreakNone

No error is returned but the page break remains. Please help.

(The requirement is to have a page break after column b.)

Thanks in advance for the help.

Regards,
Raj