Quote:
Originally Posted by seanbrown01 I've been hacking at this for a few days now without success. Any help is greatly appreciated!
I have a .csv file with numberous rows of data. I would like to somehow email the rows of data, containing the same ID# in column one, to a specific email address. I'm also unsure of the best way to assign email addresses to each ID#.
If there is a way to specify which columns in each row will be emaild, based on ID#, that would be even better. I have attached the .csv file for reference.
Thanks!
Sean |
I`m not quite sure I understand your objective. If you want to email different people with the data contained in your .csv file then you can loop through each row of the Excel doc and use the values to email.
Where are the email addressees? What kind of logic are you using to decide if everything should be sent?