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.