so I have the filename in column A, and e-mail address in column B and C
column A
a_Cass,Mass_Chen,Victor_
column B
cass.mass@x.com
column C
chen.victor@x.com
.....
is it possible to make an e-mail macro that will loop through each filename listed in column A and create an e-mail for that and attach the file name and insert the appropriate e-maill addresses in the "To" and "CC" fields
so in my example, an e-mail is created, the filename "a_cass,mass_chen,victor_" is attached ; cass.mass@x.com is put in the "To" field'; and chen.victor@x.com is put in the "CC" field ...."subject" = the filename & " leadsheet"
after that....the macro looks at the next row and creates another e-mail accordingly
column A
a_Cass,Mass_Chen,Victor_
column B
cass.mass@x.com
column C
chen.victor@x.com
.....
is it possible to make an e-mail macro that will loop through each filename listed in column A and create an e-mail for that and attach the file name and insert the appropriate e-maill addresses in the "To" and "CC" fields
so in my example, an e-mail is created, the filename "a_cass,mass_chen,victor_" is attached ; cass.mass@x.com is put in the "To" field'; and chen.victor@x.com is put in the "CC" field ...."subject" = the filename & " leadsheet"
after that....the macro looks at the next row and creates another e-mail accordingly
Last edited: