Hello,
I have the following code running to set up the Print Area for a worksheet. Then it enters Page Breaks into the worksheet.
With Sheets("SummaryView")
.PageSetup.PrintArea = "$C$6:" & where.Offset(35, 0).Address
.PageSetup.FitToPagesWide = False...