Looking for code assistance, please.
How do I select cell A1 & dynamic range for ActiveWindow.Zoom = True
My attempt (in blue) doesn't work.
How do I select cell A1 & dynamic range for ActiveWindow.Zoom = True
My attempt (in blue) doesn't work.
Code:
iCol = wsSheet1.Cells(1, Columns.Count).End(xlToLeft).Column
[COLOR=#0000ff]wsSheet1.Range(A1, iCol).Select
[/COLOR]
ActiveWindow.Zoom = True