Using VBA code in Excel 2010 file.
I have a data set with about 300 records. I need to send emails (using Outlook) to email addresses from two columns in the Excel file. The email will have a preset Subject and text that goes in the body of the email. In addition to the text in the body, I also need to copy the header row of the spreadsheet along with the row of data that the email address is found in (I hope that makes sense).
Since there will be about 300 emails, it would also be nice if the VBA code could also execute the Send command for all the email messages.
This might be more simple than I think, but I'm completely unfamiliar with VBA using Outlook objects and commands. Any help is greatly appreciated!
Thanks!
Doug
I have a data set with about 300 records. I need to send emails (using Outlook) to email addresses from two columns in the Excel file. The email will have a preset Subject and text that goes in the body of the email. In addition to the text in the body, I also need to copy the header row of the spreadsheet along with the row of data that the email address is found in (I hope that makes sense).
Since there will be about 300 emails, it would also be nice if the VBA code could also execute the Send command for all the email messages.
This might be more simple than I think, but I'm completely unfamiliar with VBA using Outlook objects and commands. Any help is greatly appreciated!
Thanks!
Doug