I had a problem last week trying to get a couple of ranges added together and printed out. Someone called Goska helped me oput but now I am stuck again. Here is the code I now have:
Range("A3:O" & iRows & ", A86:O101".Select
With Worksheets("Pressure Points".PageSetup
.Zoom = False
.FitToPagesTall = 1
.FitToPagesWide = 1
End With
But A3:O & iRows prints on 1st page and A86:O101 prints on 2nd page. Is there any way around this? I really need it to print on 1 page.
Cheers,
Nick
Range("A3:O" & iRows & ", A86:O101".Select
With Worksheets("Pressure Points".PageSetup
.Zoom = False
.FitToPagesTall = 1
.FitToPagesWide = 1
End With
But A3:O & iRows prints on 1st page and A86:O101 prints on 2nd page. Is there any way around this? I really need it to print on 1 page.
Cheers,
Nick