W
Willis Marsh
Is there a way I can fire a macro based on time of day?
i.e 08:10
Thanks in advance,
i.e 08:10
Thanks in advance,
Willis Marsh said:Is there a way I can fire a macro based on time of day?
i.e 08:10
Thanks in advance,
Sub ScheduleMe()-----Original Message-----
The problem with this code is that there is no way to terminate
the loop. How would you ever stop RunMe from rescheduling itself
without terminating Excel? You should store the run time in a
public variable, and use the value of that variable in the OnTime
procedure. See www.cpearson.com/excel/ontime.htm for details.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
be of
some help...
.
Thanks for the help.