Thread: screen flicker
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Fredrik Wahlgren Fredrik Wahlgren is offline
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