Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 133
Default Excel 2007: unusual flicker with Application.ScreenUpdating = True

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default Excel 2007: unusual flicker with Application.ScreenUpdating = True

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 133
Default Excel 2007: unusual flicker with Application.ScreenUpdating =True

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ScreenUpdating and making Sheets Visible - flicker? Gordon Smith \(eMVP\) Excel Programming 0 June 19th 06 11:36 PM
ScreenUpdating=False doesnt stop screen flicker?? Simon Lloyd[_703_] Excel Programming 5 March 24th 06 08:05 AM
Button flicker with screenupdating Mark Anders via OfficeKB.com Excel Programming 3 February 6th 05 12:23 PM
Application.screenupdating is not working in Excel 2002 though it. vispnair Excel Programming 2 November 18th 04 01:11 PM
Application.ScreenUpdating = False and it still flicker ! Gunnar Johansson Excel Programming 5 September 8th 04 02:42 PM


All times are GMT +1. The time now is 02:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"