Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
works here, you might have some other code somewhere doing something.
-- Gary Keramidas Excel 2003 "Gee" wrote in message ... This works!! I've been working on it forever and finally figured it out, with all of your help, of course. The only problem NOW is that it sends 3 emails to the address instead of just one. I tried changing it to "OnRefresh", "BeforeUpdate", "AfterUpdate", "OnChange" ect. What am I missing? Private Sub Worksheet_Calculate() If Range("HK2").Value = "YES" Then Set aOutlook = GetObject(, "Outlook.Application") Set aEmail = aOutlook.CreateItem(0) aEmail.Importance = 2 aEmail.Subject = "NOC AGING CALL NUMBER" aEmail.Body = Range("A2") aEmail.Recipients.Add " aEmail.Send End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro for Email - Sending to email addresses in cell | Excel Programming | |||
Sending An Email In Excel Programmatically W/O Sending An Object | Excel Programming | |||
Sending a Spreadsheet as an Email Attachment vs. Imbedded in Email | Excel Discussion (Misc queries) | |||
Sending Email via VBA | Excel Programming | |||
email sending | Excel Programming |