View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
n_s_simpson[_5_] n_s_simpson[_5_] is offline
external usenet poster
 
Posts: 1
Default Using CDO and trying to add multiple attachments...


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