Macro running at certain times

M

Mike

Is it possible to schedule macros to run at certain times?

Please note that I realise you could set a time in your
workbook (=NOW()) and use this number to be the variable
that will start the macros but if nothing is being
calculated in the spreadsheet then the time will not
update.

Is there a way to have the time update regardless if a
calculation is taking place or is there another way that
it could be done?


thanks
Mike
 
C

Charles

Mike,

This is from VB Help.


This example runs my_Procedure at 5 P.M.

Application.OnTime TimeValue("17:00:00"), "my_Procedure"


Hope this is what you want

Charle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top