I am trying to send a mail from Excel using VBA.
The syntax I am using is:
ActiveWorkbook.SendMail Recipients:=Range("b21:b23"), Subject:=("Closure Data")
This works fine, but I want to amend this to have a "To" recipients and a "cc" recipients.
All my books are about as helpful as a third leg in this area.
Any ideas?
Bob
The syntax I am using is:
ActiveWorkbook.SendMail Recipients:=Range("b21:b23"), Subject:=("Closure Data")
This works fine, but I want to amend this to have a "To" recipients and a "cc" recipients.
All my books are about as helpful as a third leg in this area.
Any ideas?
Bob