View Single Post
 
Old 06-15-2018, 12:52 PM
d4okeefe d4okeefe is offline Windows 10 Office 2016
Advanced Beginner
 
Join Date: Apr 2013
Posts: 77
d4okeefe is on a distinguished road
Default

I edited the last block of code I posted. I think it should be ok now.

Basically, if you go back to the original code you posted, rather than using ...
Code:
wdApp.Selection.Paste
... you should type this ...
Code:
wdApp.Selection.Collapse wdCollapseEnd
wdApp.Selection.Paste
Then it should work.
Reply With Quote