screen refresh

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there anything in Access VB world similar to screenupdate = false in Excel
where I can just have the screen not update while I'm running my macro to
speed things up and make it look prettier?

Thank you!
 
BillyJ said:
Is there anything in Access VB world similar to screenupdate = false
in Excel where I can just have the screen not update while I'm
running my macro to speed things up and make it look prettier?

Application.Echo False

Hopefully followed without fail by

Application.Echo True

or else you'll have very frustrated users.
 

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