I am using the activeworkbook:sendmail command, i have a list of addresses and can send to these addresses using:

ActiveWorkbook.SendMail (Recipients:=Range("I1:I3"), _

i now want to get the email to have a subject line of "free text" then D10 and D12 in that order.

can anyone help?