I am testing some code to have my sheets print consistently on different computers. I have
but it still previews at more than 1 page wide. Any suggestions?
Thanks,
Dave
Code:
With ActiveSheet.PageSetup
.CenterHorizontally = True
.Orientation = xlPortrait
.FitToPagesWide = 1
End With
ActiveSheet.PrintPreview
Thanks,
Dave