View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
dhstein dhstein is offline
external usenet poster
 
Posts: 266
Default Don't show macro processing

Thanks for the answers.

"Mike H" wrote:

Hi,

application.screenupdating=false

'your code

application.screenupdating=true

Mike

"dhstein" wrote:

How do I disable the macro processing window - in other words, I don't want
the user to see all the screen flashing as the macro is running. Thanks for
any help on this.