View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ken Johnson Ken Johnson is offline
external usenet poster
 
Posts: 1,073
Default How to NOT show other screens flashing by when macro runs

Hi Corey,
Add...

Application.ScreenUpdating = False


to the beginning of your code.

Ken Johnson