View Single Post
 
Old 03-11-2019, 07:55 AM
jrooney7 jrooney7 is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Sep 2018
Posts: 23
jrooney7 is on a distinguished road
Default

Hello again, I was able to solve the issue of the contents pasting over each other. I changed the
Code:
Selection.Paste
to
Code:
Selection.PasteSpecial DataType:=wdPasteText
Now, all the results are appearing correctly, but you still have to put the cursor in the longest table. If anyone could figure that one out, great!!!
Reply With Quote