Pausing in Excel VBA

  • Thread starter Thread starter Joey Lichtenstein
  • Start date Start date
J

Joey Lichtenstein

Is there a better way of pausing Excel than:

Application.Wait waitTime

I have code that I would like to run either every 30 minutes or every 60
minutes, but I really hate the way the Appliaction.Wait function works.
(The way it just locks up the application.)

Thanks!

Joey
 
Back
Top