I know if I change:
[VBA].LastRecord = ActiveDocument.MailMerge.DataSource.ActiveRecord
[/VBA]
to:
[VBA].LastRecord = ActiveDocument.MailMerge.DataSource.LastRecord
[/VBA]
It will run the merge function on all records in the range, but it saves all of them to one single PDF document and I need them to be saved individually with the EE ID as the file name