View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] manoj.tare@gmail.com is offline
external usenet poster
 
Posts: 6
Default Schedule sending an email on a particular day picked from excel

Hi,

As there were no patrons for my previous post on same requirement, I
started another new topic for the same.

Anyway, as u can guess from the subject, I have an excel containing
some dates. I want to run a macro which will mail something, may be the
same excel as attachment. But even if I run the macro now, my mail
should go only on the date mentioned in the particular cell.

For ex.
If my cell A1 contains any future date like "04/25/2005". If I run a
macro now, it will not send the mail now, but only on 04/25/2005.

I can send the mail immediately using macro but not on a later
date/time.

Can we do this and how?

Thanks in Advance,
Manoj