Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
E-mail macro - how do I attach multiple attachments? | Excel Discussion (Misc queries) | |||
E-mail Multiple Attachments | Excel Programming | |||
Attachments | Excel Worksheet Functions | |||
Multiple attachments in Excel e-mail? | Excel Programming |