Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an XL03 application that has been converted to XL07. I have a
routine that updates a chart by dynamically changing the data source and labels according to a user's dropdown selection. I turn off ScreenUpdating and when finished turn it back on again. There is an unusual amount of screen flicker, which I have identified as occuring only after I turn on ScreenUpdating. This seems weird and I'm wondering if others have experienced it and whether there's a fix/ workaround. Thanks in advance Paul Martin Melbourne, Australia |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try
application.screenupdating = false at the beginning of your code and application.screenupdating = true at the end -- Gary Keramidas Excel 2003 "Paul Martin" wrote in message ... I have an XL03 application that has been converted to XL07. I have a routine that updates a chart by dynamically changing the data source and labels according to a user's dropdown selection. I turn off ScreenUpdating and when finished turn it back on again. There is an unusual amount of screen flicker, which I have identified as occuring only after I turn on ScreenUpdating. This seems weird and I'm wondering if others have experienced it and whether there's a fix/ workaround. Thanks in advance Paul Martin Melbourne, Australia |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gary, if you read my post, you'll see that I've done exactly that.
When I turn ScreenUpdating back on, I get flicker as if it had never been off. And, interestingly, even if I don't turn it back on, it goes on automatically after the procedure has completed. Obviously, XL07's change in architecture has affected ScreenUpdating in ways not intended and I'm wondering what other's experiences have been and how they've dealt with them. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ScreenUpdating and making Sheets Visible - flicker? | Excel Programming | |||
ScreenUpdating=False doesnt stop screen flicker?? | Excel Programming | |||
Button flicker with screenupdating | Excel Programming | |||
Application.screenupdating is not working in Excel 2002 though it. | Excel Programming | |||
Application.ScreenUpdating = False and it still flicker ! | Excel Programming |