View Single Post
 
Old 03-13-2017, 09:38 PM
Berryblue67 Berryblue67 is offline Windows 10 Office 2010 64bit
Novice
 
Join Date: Mar 2017
Posts: 6
Berryblue67 is on a distinguished road
Default

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
Reply With Quote