![]() |
How to delete all page breaks?
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. |
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. |
How to delete all page breaks?
How about automatic pagebreaks?
"Norman Jones" wrote: 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. |
How to delete all page breaks?
Hi Mchastant,
How about automatic pagebreaks? Automatic page breaks cannot be deleted. If you wish turn off the display of manual and automatic pagebreaks, try: Application.DisplayPageBreaks = False --- Regards, Norman "mchastant" wrote in message ... How about automatic pagebreaks? "Norman Jones" wrote: 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. |
All times are GMT +1. The time now is 09:41 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com