Hi
I want to find a string in a word document using Word Automation and create a bookmark. Most examples are based by searching for bookmarks within the word document, in my case this is no good. Has anyone done this before? I think I have to use
.find or .findtext
I want to postion over the found text and create a bookmark like so..
ActiveDocument.Bookmarks.Add Name:="string"
Any suggestions?
I want to find a string in a word document using Word Automation and create a bookmark. Most examples are based by searching for bookmarks within the word document, in my case this is no good. Has anyone done this before? I think I have to use
.find or .findtext
I want to postion over the found text and create a bookmark like so..
ActiveDocument.Bookmarks.Add Name:="string"
Any suggestions?