Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default screen flicker

(while some code is executing) i've got some random "screen flickering"
happening...

obviously, (i assume) there is a screen updating happening that i have not
turned off; ...can't seem to find it...

is there a way to stop the program or otherwise mark when this event
happens, so that i may then determine how to appropriatly deal with it?

mark



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 339
Default screen flicker


"mark kubicki" wrote in message
...
(while some code is executing) i've got some random "screen flickering"
happening...

obviously, (i assume) there is a screen updating happening that i have not
turned off; ...can't seem to find it...

is there a way to stop the program or otherwise mark when this event
happens, so that i may then determine how to appropriatly deal with it?

mark




Use Application.ScreenUpdating = False in your macro

/Fredrik


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default screen flicker

Hi Mark
I use Application.ScreenUpdating = False at the beginning of each sub and
Application.ScreenUpdating = True at the end. This stops most flicker. If
you app is reasonably small you could try using Application.ScreenUpdating =
False in the first sub and Application.ScreenUpdating = True at the end of
the last sub. I think this will stop all flicker. I do not use this as my
app has many exit points and goes in many directions.
Good luck
Ta,
Martin

"mark kubicki" wrote in message
...
(while some code is executing) i've got some random "screen flickering"
happening...

obviously, (i assume) there is a screen updating happening that i have not
turned off; ...can't seem to find it...

is there a way to stop the program or otherwise mark when this event
happens, so that i may then determine how to appropriatly deal with it?

mark





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
Screen Flicker dim Excel Discussion (Misc queries) 4 November 28th 07 09:42 PM
List box screen flicker [email protected] Excel Discussion (Misc queries) 0 September 25th 07 02:37 PM
Preventing screen flicker Paul Excel Discussion (Misc queries) 2 March 15th 05 09:39 PM
Screen Flicker while processing Michael[_28_] Excel Programming 4 February 29th 04 10:46 AM
Screen Flicker JonWayn Excel Programming 1 November 1st 03 11:34 PM


All times are GMT +1. The time now is 04:53 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"