VBA code for an alert when cell reaches some date

Rato do Porão

New Member
Joined
Mar 30, 2017
Messages
1
Dear all,

I have a excel file with some deadlines and tasks. What i'm looking for is a vba code or formula to alert me which task is available for the day, when i arrive to the office. Also, I'm trying to, in some tasks, send a email with the fields "To", "Cc", "Subject" and "Text/message body" from a table.

To start: Can I put it all in one sheet? Or I have to split the tasks witch I need to sen a email to another sheet?

The file:
In column A - I have the task name
In column B - I have the Deadline as a date (with a IFERROR(VLOOKUP to search the correct date based on the condition on column C and a table in second sheet. This is a monthly calendar, so I have to change the range every month)
In column C,D,E,F,G - I have complementary information (could be in alert, but isn't necessary) or blanks
In column H - I have the email addresses for "To" or blanks
In column I - I have the email addresses for "Cc" or blanks
In column J - I have the email subject or blanks
In column K - I have the email Text or blanks

Many Thanks in advance for your support :):):)
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,213,546
Messages
6,114,256
Members
448,558
Latest member
aivin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top