Spreadsheet Alarms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a spreadsheet that has many events throughout the year. Is there a way
that I can set an alarm to remind me of an upcoming event, say a week in
advance??

Thanks in advance for your help.
 
You can use VBA code to program it.

For example, you have a list of events and their correponding dates. The
excel program can remind you by message box 7-day, 3-day, and 1-day before
each event .
Everytime you open the file, the program will check all the events and
determine whether there are reminders for you,

Hope this helps you to start it.

--
Best regards,
---
Yongjun CHEN
==================================
- - - - www.XLDataSoft.com - - - -
Free Excel/VBA Tool & Training Material
==================================
 

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

Back
Top