Reputation: 1
I receive an Excel file with all planned courses for the coming period and for every row I have to send an e-mail separately to the same recipient.
I would like to create a VBA code that sends an e-mail through OUTLOOK (same recipient) for every row IN EXCEL, with message body all the data from the row A:K, and stop when Column A has no data.
Upvotes: 0
Views: 130