H
Hari
Hi,
I have 2 worksheets in my excel workbook created from
Visual Basic. I am trying to set the zoom % to 75% for
both the worksheets as the sheets are quite huge. I am
using the following code to achieve this:
Dim wnd As Excel.Window
For Each wnd In xlApp.Windows
wnd.Zoom = 75
Next
But this is only setting the zoom to 75% for the last
worksheet probably the active worksheet. How do I set the
zoom for both the worksheet? any help would be highly
appreciated.
Thanks & Regards,
Hari
I have 2 worksheets in my excel workbook created from
Visual Basic. I am trying to set the zoom % to 75% for
both the worksheets as the sheets are quite huge. I am
using the following code to achieve this:
Dim wnd As Excel.Window
For Each wnd In xlApp.Windows
wnd.Zoom = 75
Next
But this is only setting the zoom to 75% for the last
worksheet probably the active worksheet. How do I set the
zoom for both the worksheet? any help would be highly
appreciated.
Thanks & Regards,
Hari