Hi guys
I've nearly finished the program I'm working on. However please can
someone please tell me how I add multiple file attachments if I'm using
the following code to send email:
With iMsg
Set .Configuration = iConf
..To = "
..CC = ""
..Bcc = ""
..From = """Nick Simpson"" "
..Subject = "Whatever"
..TextBody = "The usual"
..AddAttachment "" <<< I ASSUME IT'S HERE THAT NEEDS
ALTERING
'.AddAttachment filetoopen(2)
..Send
--
n_s_simpson
------------------------------------------------------------------------
n_s_simpson's Profile:
http://www.excelforum.com/member.php...o&userid=31859
View this thread:
http://www.excelforum.com/showthread...hreadid=517563