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)