Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Laura
The only problem I am having with it is it wont automatically send You can set this in the options of your mail program -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "Laura" wrote in message om... Thank you so much The only problem I am having with it is it wont automatically send. So if you have another way to do that it would be greatly apreciated. But thank you for all that you've done so far. Laura "Ron de Bruin" wrote in message ... Hi Laura This in a module Sub testmail() Recipient = " Subj = "Test" Msg = "Hi there the date in cell ..........." HLink = "mailto:" & Recipient & "?" HLink = HLink & "subject=" & Subj & "&" HLink = HLink & "body=" & Msg ActiveWorkbook.FollowHyperlink (HLink) Application.Wait (Now + TimeValue("0:00:03")) SendKeys "%s", True End Sub And this in the Thisworkbook module Private Sub Workbook_Open() If Sheets("Sheet1").Range("B3") DateSerial(2003, 7, 5) Then testmail End If End Sub When you open the workbook it will check the date in b3 and if it is DateSerial(2003, 7, 5) send the mail -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "Laura" wrote in message om... Hi I need to either send an email or have a warning pop up when I open the workbook when a cell gets to a certain date. Any help would be greatly appreciated. Thank you. Laura |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can excel send me an email??? | Excel Discussion (Misc queries) | |||
send email to each customer email in excel sheet. | Excel Discussion (Misc queries) | |||
send email from excel | Excel Discussion (Misc queries) | |||
send wkbk as an email attachment with an email address copied from | Excel Discussion (Misc queries) | |||
body of email disappears when I send an email from Excel | Excel Discussion (Misc queries) |