Long Macro - Screen Flickers

  • Thread starter Thread starter sosteffo
  • Start date Start date
S

sosteffo

I have a macro which is quite long winded, and everytime it runs th
user has to watch the screen flickering between sheets/selecting row
etc.....looks really un-professional.

Is there a way to hide this, or show the user something else...maybe
processing / loading screen.

Any suggestions much appreciated
 
application.screenupdating=false
your code
application.screenupdating=true
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top