View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default Flashing screen even with Application.ScreenUpdating = False

Just want to add that indiscriminate use of turning ScreenUpdating OFF
in sub procedures called by other procedures will cause ScreenUpdating
to automatically turn back on when those procedures that turn it off
end. If this is the case then sounds to me like some good code
management practices need to be adopted here!<IMO

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion