auto email reminders

ultratch47

Board Regular
Joined
Aug 6, 2002
Messages
126
the problem is simple however i fear the answer is otherwise...here goes nothing

if cell c7 has a date of 6/26/2002, i would like to receive an email on this specific date reminding me of this excel sheet... i'm not picky, the email doesnt have to contain anything, could just be a subject line saying "reminder, worksheet1"

(any suggestions on where i can go to further my knowledge of using VB with excel?)
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
another question, if C7 is todays date, i would like to auto color this cell red (any color) for higher visibility, after the date listed in C7 has passed, turn this cell yellow... before all the days of the date listed in cell C7, the cell should be a diff. color... any suggestions?
 
Upvote 0
It might be possible to write code to do this, but it is well beyond my ability or interest. Here's what I do. I create a task in Outlook to remind me and place a shortcut to the workbook inside the task. I usually make the task recurring. When the task prompts me for action, I click the shortcut, do my thing and save.

HTH
This message was edited by lenze on 2002-08-20 13:42
 
Upvote 0
For your second question,use Conditional Formatting for Cell C7

Formula is =C7=Today() Format Red

Formula is =C7<Today() Format Yellow

Etc.
This message was edited by lenze on 2002-08-20 13:43
 
Upvote 0

Forum statistics

Threads
1,224,879
Messages
6,181,531
Members
453,054
Latest member
ezzat

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