I have a Word document in which there are some tags inserted around the content e.g. @@tag_01, @@tag_02 and @@tag_03 etc.
These tags I wish to replace with bookmarks e.g. bookmark_01, bookmark_02 and bookmark_03.
I’m t…... These tags I wish to replace with bookmarks e.g. bookmark_01...run); run.Text = run.Text.Replace(tags[i], ""); BookmarkEnd bookmarkEnd...