Auto run a macro every five minutes

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

Guest

Hi, what would be the code shell for running commands every five minutes? I'm
assuming it will be a delay or a timer command, but I'm not sure.

Thanks,
David
 
G'day Clarke <[email protected]>,

There are two ways

Application.Ontime is the VBA command to set up a single future event,
the macro so called can easily set the OnTime to itself again.

The second way is to use the system scheduler to launch word with a
given template that has an autoopen routine to process then exit.


Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


Clarke reckoned:
 
Back
Top