OldManDemosthenes
New Member
- Joined
- Apr 19, 2011
- Messages
- 38
I know you can use the following code to setup page breaks:
What I am having trouble with is deleting automatic page breaks. My code orients the page with landscape. Right after this I need to delete all automatic page breaks then insert my own.
Thank you!
Code:
Worksheets("Sheet1").Columns("M").PageBreak = xlPageBreakManual
What I am having trouble with is deleting automatic page breaks. My code orients the page with landscape. Right after this I need to delete all automatic page breaks then insert my own.
Thank you!