Maybe the wrong document is being searched?
Documents.Add returns a document object - you should use this to search the bookmark.
I would try something like the following
with WordObj.Documents.Add Template:="G:\JLW Office Templates\Letter with logo.dot", NewTemplate:=False...