Running a VBA procedure periodically

  • Thread starter David E. Battey
  • Start date
D

David E. Battey

What's the best way to run a VBA procedure periodically? The Outlook
Application object lacks the OnTime method that the Excel Application object
has.

I'm trying to do it with a Win32 timer (SetTimer / KillTimer), but Outlook
is crashing.

TIA,
David
 
Top