I made the change to the code but it got unexpected results that I had to stop; an endless loop. I created a test file to see how the code change would work and the mail merge went into an endless loop of adding blank rows into the word document it created. After force stopping the macro, I noticed that it had created 90 pages of blank rows in the table. I only made changes to the RunMerge provided above. Can it be because of this line in the code?
.Execute Pause:=False
|