R
Raj
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
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