Thread: Screen Flashing
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Screen Flashing

Application.ScreenUpdating = False
your stuff
Application.ScreenUpdating = True


you will be surprised how fast your stuff will now run.
--
Gary''s Student - gsnu200733