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

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