Thank you very much. Unfortunately I don't actually know how to write this code at all. I have a very basic understanding. I'm guessing the original code, which looks like this:
""
i = .DataSource.DataFields.Count
Do While i > 0
.MailSubject =...
The VBA code works great! Thanks.
The other function I'm looking for is to be able to cc and bcc other contacts from the merge. Could someone provide the VBA code to do that and mention where in it needs to go since I'm using the code for dynamic subject line as well.
Thanks!