View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pjhageman[_8_] pjhageman[_8_] is offline
external usenet poster
 
Posts: 1
Default ScreenUpdating Problem

This code does not work unless I comment out the ScreenUpdating lines.
Can someone help correct this problem?
Thanks, Phil

Sub GoToStrategy1() 'Positions the first strategy on screen
Application.ScreenUpdating = False
Range("A1").Select
ActiveWindow.Zoom = True
ActiveWindow.Zoom = 62 'Sizes the window to 62%
Application.ScreenUpdating = True
End Sub


---
Message posted from http://www.ExcelForum.com/