Updating a datasheet without all the blinking

  • Thread starter Thread starter aine_canby
  • Start date Start date
A

aine_canby

Hi there,

Using Updating a wroksheet in Excel. Is there a way to freeze the
worksheet so that all the updates are only presented once they have
been completed.

Thanks,

Aine.
 
Application.ScreenUpdating = False
do your thing
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