Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
about screenupdating | Excel Discussion (Misc queries) | |||
Screenupdating Problems | Excel Discussion (Misc queries) | |||
.ScreenUpdating Problem? | Excel Programming | |||
ScreenUpdating not effective | Excel Programming | |||
screenupdating command ignored | Excel Programming |