Excel

E

ExcelStudent

How could I set an alarm on a date column. For instance if i needed to renew
a certificate on or before 1/1/06. I would like the alarm to go off on
something like 12/14/05.
 
G

galimi

You can do this programatically using the OnTime method to kick off
periodically and test whether the current date is later than the alarm date.
 
Top