Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Bobby,
Am Sat, 10 Nov 2012 09:31:55 -0800 (PST) schrieb Bobby: Application.ScreenUpdating = False If Sheets("Selection").Visible = False Then Sheets("Selection").Visible = True Sheets("Selection").Select try: With Sheets("Selection") If .Visible = False Then .Visible = True Application.Goto .Range("A1") End With Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Screen flikering (even with ScreenUpdating = False) | Excel Programming | |||
Screen still changes. Why ? (Application.Screenupdating = False not working | Excel Programming | |||
Application.ScreenUpdating = False still causing screen to flash... | Excel Programming | |||
How to set Application.ScreenUpdating = False for Gen use | Excel Discussion (Misc queries) | |||
Application.screenUpdating = False | Excel Programming |