Quick way for removing manual pagebreaks

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi,
Is there a quicker way to remove the manual pagebreaks than the way below?

If ActiveCell.Rows.PageBreak = xlPageBreakManual Then
ActiveCell.PageBreak = xlNone
End If

Thanks in advance
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top