Sleep or delay

  • Thread starter Thread starter dhstein
  • Start date Start date
D

dhstein

Is there a command to sleep or wait for a few seconds in VBA before
continuing processing? Thanks for any help on this.
 
I use the api instead of a loop. The api puts the thread to sleep so it
doesn't consume any resources. The loop keeps the resources busy while its
not doing anything, or at least it did in older Access versions.
 
Back
Top