View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
sammy[_2_] sammy[_2_] is offline
external usenet poster
 
Posts: 9
Default does xcel have a built in scheduler ?

thanks for the info
"Dave Peterson" wrote in message
...
If you keep excel running, then you can use application.ontime to start
(and restart) your macro.

Visit Chip Pearson's site:
http://www.cpearson.com/excel/OnTime.aspx

On 05/08/2011 00:50, sammy wrote:
I'm currently running a macro to do an import from web clicking manually
Does xcel have a built in scheduler I would like to import at regular
time
intervals eg 5, 10 and 60 mins
If not then some advise on creating perhaps another macro called
macro_schedule ( for selected hours of day sleep 300 ; then run
import_macro; done ) or something like that.
Thanks
Sammy



--
Dave Peterson