![]() |
is there a code to set the default view size in Excel
I want to set the view for a workbook at 85% for anyone that opens it. Is
there a code for that? |
is there a code to set the default view size in Excel
Rebel wrote:
I want to set the view for a workbook at 85% for anyone that opens it. Is there a code for that? Place this in the Workbook code: Private Sub Workbook_Open() ActiveWindow.Zoom = 85 End Sub Warn -- would be annoying to some users. |
is there a code to set the default view size in Excel
thanks.....
"smartin" wrote: Rebel wrote: I want to set the view for a workbook at 85% for anyone that opens it. Is there a code for that? Place this in the Workbook code: Private Sub Workbook_Open() ActiveWindow.Zoom = 85 End Sub Warn -- would be annoying to some users. |
All times are GMT +1. The time now is 09:48 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com