Zoom Not Resizing

  • Thread starter Thread starter Phil Hageman
  • Start date Start date
P

Phil Hageman

Worksheet "Scorecard" Zoom is manually set at 25%.
Running the below macro does not resize to 61%. Can
someone help correct this code?

Sub GoToScorecard()
Sheets("Scorecard").Select
Range("A1").Select
ActiveWindow.Zoom = 61
End Sub
 
It worked fine for me. Do you have the workbook protected?

Does it raise an error.

Tested in xl2000
 
Jim, Thanks for your reply. I closed the workbook,
reopened it, and the code works...go figure. Appreciate
your time.
 
Back
Top