A
adamico
I have Eudora 6.1 and Excel 2003.
I've tried a few different .SendMail commands in an Excel macro, an
all of them are giving me a weird '400' error.
Dim myRecipient As String
myRecipient = Sheets("Sheet1").Range("A1").Value
ActiveWorkbook.SendMail Recipients:=Array(myRecipient
"(e-mail address removed)"), Subject:=("Assignments for ")
doesn't work
Nor does ActiveWorkbook.SendMail Recipients:="(e-mail address removed)"
Any ideas
I've tried a few different .SendMail commands in an Excel macro, an
all of them are giving me a weird '400' error.
Dim myRecipient As String
myRecipient = Sheets("Sheet1").Range("A1").Value
ActiveWorkbook.SendMail Recipients:=Array(myRecipient
"(e-mail address removed)"), Subject:=("Assignments for ")
doesn't work
Nor does ActiveWorkbook.SendMail Recipients:="(e-mail address removed)"
Any ideas