Hi All,

I have a word document where I use "building blocks" being seperate word documents that I insert into the main document. I can InsertFile the text, I can even place it at a bookmark - but I want the option of eing able to delete the block using VBA, but I can't seem to encapsulate the insertfile text into a bookmark.

The first example is what I get, the second is what I want: https://pasteboard.co/JOcISUG.jpg

Does anyone have any ideas how I can insert the text into the bookmark, or set the bookmark afterwards (but how do I get the range), or some other way of achieving this functionality?

Thanks