Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I need to send mail to a user whose value is in row E41 but cannot get it to work can this be done? ActiveWorkbook.SendMail Recipients:=Range("E41").Value, Subject:=(Range("A8").Value) & "-" & (Range("D22").Value) & Format(Date, "yyyy-mm-dd") ActiveWindow.Close SaveChanges:=False -- NO SPAM remove X from Xname@Xdomain |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sendmail | Excel Programming | |||
SendMail | Excel Programming | |||
SendMail and BCC | Excel Programming | |||
SendMail and BCC | Excel Programming | |||
Use a variable with Sendmail ? | Excel Programming |