View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default How to delete all page breaks?

Hi Mchastant,

To remove all manual pagebreaks try:

Activesheet.Cells.PageBreak = xlPageBreakNone



---
Regards,
Norman



"mchastant" wrote in message
...
I've been banging my head on my desk for a day trying to figure this out.
Does anyone have a working example of how to do this?

Thanks.