Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Schedule sending an email on a particular day picked from excel

This any help ?

Sub MailOnTime
If Cells(1, 1) = Date then
'call SendMail routine
End If
End Sub

Don.

wrote in message
oups.com...
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Schedule sending an email on a particular day picked from excel

I dont want to match the date with anything.
Even if I do check, still it will not send mail on that day, it will
send it immediately.

Please help...

Manoj

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sending email attachment from excel mayer Excel Discussion (Misc queries) 0 July 25th 08 08:33 PM
sending email from Excel nuExcel[_4_] Excel Programming 1 June 7th 04 04:24 AM
Sending email from Excel Denise Posey Excel Programming 9 February 4th 04 09:29 AM
sending email in Excel Peter W[_2_] Excel Programming 1 September 15th 03 04:13 PM
HELP sending email from Excel Memnoch Excel Programming 0 July 12th 03 02:18 PM


All times are GMT +1. The time now is 04:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"