ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Fit to page (https://www.excelbanter.com/excel-programming/289365-re-fit-page.html)

JE McGimpsey[_2_]

Fit to page
 
In XL: Choose File/Page Setup and in the Page tab, click the Fit to:
radio button.

VBA:

With ActiveSheet.PageSetup
.Zoom = False
.FitToPagesWide = 1
.FitToPagesTall = 1
End With



In article ,
"Theo Haesevoets" wrote:

In lotus was a possibility while printing to fit all to a page

Exist this possibility also available in Excel

How you do this in VBA

Theo



All times are GMT +1. The time now is 01:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com