U
universal
My Print on one page doesnt seem to be working properly (I'm being a
idiot being the most likely cause)
I have set as a nam
MyPrintRange=OFFSET(View!$C$62,-1,-1,COUNTA(View!$C:$C),29)
And from a button on the Front Sheet the macro:
Sub PrintOnePage()
ActiveSheet.PageSetup.PrintArea = "MyPrintRange"
With ActiveSheet.PageSetup
.CenterHorizontally = True
.CenterVertically = True
.Orientation = xlLandscape
.FitToPagesWide = 1
.FitToPagesTall = 1
End With
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
End Sub
It consistently prints out all I am asking it to do and the 58 blan
rows underneath it aswell!
What am I doing wrong?
Many thanks for everybodies help and tolerance.
Eddi
idiot being the most likely cause)
I have set as a nam
MyPrintRange=OFFSET(View!$C$62,-1,-1,COUNTA(View!$C:$C),29)
And from a button on the Front Sheet the macro:
Sub PrintOnePage()
ActiveSheet.PageSetup.PrintArea = "MyPrintRange"
With ActiveSheet.PageSetup
.CenterHorizontally = True
.CenterVertically = True
.Orientation = xlLandscape
.FitToPagesWide = 1
.FitToPagesTall = 1
End With
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
End Sub
It consistently prints out all I am asking it to do and the 58 blan
rows underneath it aswell!
What am I doing wrong?
Many thanks for everybodies help and tolerance.
Eddi