Preventing screen flicker

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi

I remember a long time ago being able to turn of screen changes when Macro's are running
between different work books in an Excel sheet.Can anybody remind me.

Thanks Paul
 
Use this

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

Similar Threads


Back
Top