View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
arno arno is offline
external usenet poster
 
Posts: 184
Default Can I stop Excel program flashing on screen during run

hi,

use
application.screenupdating = false
at the beginning of your code.

arno