View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joey Lichtenstein[_4_] Joey Lichtenstein[_4_] is offline
external usenet poster
 
Posts: 1
Default Pausing in Excel VBA


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