Dear all,
I can select print area with code. But cannot make the print our.
But the selected place must fit on 1 page tall &width.
thanks...
Dear all,
I can select print area with code. But cannot make the print our.
But the selected place must fit on 1 page tall &width.
thanks...
Hi SupperDuck
Try
With ActiveSheet.PageSetup
.Zoom = False
.FitToPagesWide = 1
.FitToPagesTall = 1
.Orientation = xlLandscape
End With
--
Regards Ron De Bruin
http://www.rondebruin.nl
"SupperDuck" <SupperDuck@discussions.microsoft.com> wrote in message news:B7CD19A4-F1DC-4590-862A-9E1E87B0D86D@microsoft.com...
> Dear all,
>
> I can select print area with code. But cannot make the print our.
>
> But the selected place must fit on 1 page tall &width.
>
> thanks...
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks