Thread: [Solved] Paste merge into word table
View Single Post
 
Old 07-30-2018, 02:51 AM
Homegrownandy Homegrownandy is offline Windows 10 Office 2016
Novice
 
Join Date: Jul 2018
Posts: 14
Homegrownandy is on a distinguished road
Default

I know it doesn't, I've added it to the code I was using.

Quote:
Application.Wait (Now + TimeValue("0:00:02"))
With objWord.ActiveDocument
.Bookmarks("RISKS").Range.Pasteappendtable

End With
which works about half the time. When it goes "wrong" it doesn't paste at the end of a table at all. It pastes on the first page at the top.

As I've been using bookmarks with no issue I didn't think it would be an issue. I thought I just needed to know the paste command which I couldn't find. (I was looking for merge not append)
Reply With Quote