Snoopy, FitToPage doesn't want to work unless you explicitly set zoom to
false. Also, if you want to print the entire sheet, don't set the print
area. I also added a line to go ahead and print the sheet. HTH, James
Sub PrintToFit()
With ActiveSheet.PageSetup
.PrintArea = ""
.Zoom = False
.FitToPagesWide = 1
.FitToPagesTall = 1
End With
ActiveSheet.PrintOut
End Sub
> Hey guys
> It annoys me that I constantly have to ajust my prints to 1 page tall/
[quoted text clipped - 30 lines]
> Regards
> Snoopy
Snoopy - 14 Aug 2007 13:56 GMT
> Snoopy, FitToPage doesn't want to work unless you explicitly set zoom to
> false. Also, if you want to print the entire sheet, don't set the print
[quoted text clipped - 46 lines]
>
> - Vis sitert tekst -
Holy Cow! You are a genius!!
Thanks a lot zone
Kindly regards
Snoopy
Zone - 14 Aug 2007 14:12 GMT
Glad to help. Thanks for the feedback and kind words! Cheers, James
>> Snoopy, FitToPage doesn't want to work unless you explicitly set zoom to
>> false. Also, if you want to print the entire sheet, don't set the print
[quoted text clipped - 52 lines]
> Kindly regards
> Snoopy