D
Dan
Hi,
I want to specify that my xlSheet objects page setup so that fit page is
enabled and put Page X of Y in the footer. I have so far:
With xlSheetNew.PageSetup
.Orientation = xlLandscape
.FitToPagesWide = 1
.FitToPagesTall = 1000
.LeftFooter = "Engman-Taylor Co."
.CenterFooter = "Page "
End With
My two problems are fittopage is not activated and I don't know how to
reference page and pages in the footer. Can anyone help me?
TIA,
Dan
I want to specify that my xlSheet objects page setup so that fit page is
enabled and put Page X of Y in the footer. I have so far:
With xlSheetNew.PageSetup
.Orientation = xlLandscape
.FitToPagesWide = 1
.FitToPagesTall = 1000
.LeftFooter = "Engman-Taylor Co."
.CenterFooter = "Page "
End With
My two problems are fittopage is not activated and I don't know how to
reference page and pages in the footer. Can anyone help me?
TIA,
Dan