![]() |
PAGEBREAK-MACRO
I am looking for a macro that will set any Excel sheet's page (no
mattet how many pages the page-break view shows) to just one page. I would appreciate any assistance. Thanks. Jay Dean. |
PAGEBREAK-MACRO
Hi Jay:
With ActiveSheet.PageSetup .FitToPagesWide = 1 .FitToPagesTall = 1 End With Regards, Vasant. "Jay Dean" wrote in message om... I am looking for a macro that will set any Excel sheet's page (no mattet how many pages the page-break view shows) to just one page. I would appreciate any assistance. Thanks. Jay Dean. |
PAGEBREAK-MACRO
You might want to add:
With ActiveSheet.PageSetup .Zoom = False .FitToPagesWide = 1 .FitToPagesTall = 1 End With -- Regards, Tom Ogilvy Vasant Nanavati wrote in message ... Hi Jay: With ActiveSheet.PageSetup .FitToPagesWide = 1 .FitToPagesTall = 1 End With Regards, Vasant. "Jay Dean" wrote in message om... I am looking for a macro that will set any Excel sheet's page (no mattet how many pages the page-break view shows) to just one page. I would appreciate any assistance. Thanks. Jay Dean. |
All times are GMT +1. The time now is 10:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com