View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
raypayette[_48_] raypayette[_48_] is offline
external usenet poster
 
Posts: 1
Default How to NOT show other screens flashing by when macro runs


Insert:
Application.ScreenUpdating = False
at the beginning of the macro and
Application.ScreenUpdating = True
at the end.
Usually it solves the problem.


--
raypayette


------------------------------------------------------------------------
raypayette's Profile: http://www.excelforum.com/member.php...o&userid=29569
View this thread: http://www.excelforum.com/showthread...hreadid=571119