Hi!
I have a spreadsheet of data essentially containing Names, email addresses, subjects, body text, from field, etc. There are hundreds of rows worth of data and I'm looking for some VBA to send emails based on the data in each row. If there's 100 rows, it would send emails until it reached the last row at 100 and then stop, with all the sending information being located in each column. Could anyone help out with this?
ex:
A2 = Name
B2 = Recipient's email address
C2 = Subject line
D2 = Body of the email
E2 = Sent on behalf of X
F2 = CC
G2 = BCC
Thanks!
I have a spreadsheet of data essentially containing Names, email addresses, subjects, body text, from field, etc. There are hundreds of rows worth of data and I'm looking for some VBA to send emails based on the data in each row. If there's 100 rows, it would send emails until it reached the last row at 100 and then stop, with all the sending information being located in each column. Could anyone help out with this?
ex:
A2 = Name
B2 = Recipient's email address
C2 = Subject line
D2 = Body of the email
E2 = Sent on behalf of X
F2 = CC
G2 = BCC
Thanks!