.SendMail Method into Eudora

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top