I have inserted a bookmark into a word doc named TXT with the command- loselection.bookmarks.add("body")
I have searched and tried many combinations of code trying to move to the bookmark when i later open the document.
1. loselection.goto.bookmarks(0,"TXT",0)
2. loselection.goto.bookmarks("TXT")
3. loselection.goto.bookmarks(wdgotobookmark,;
"TXT",wdsortbyname,.f.)
And several more combinations with no luck
A tip go get me started will be greatly appreciated!
wjwjr
I have searched and tried many combinations of code trying to move to the bookmark when i later open the document.
1. loselection.goto.bookmarks(0,"TXT",0)
2. loselection.goto.bookmarks("TXT")
3. loselection.goto.bookmarks(wdgotobookmark,;
"TXT",wdsortbyname,.f.)
And several more combinations with no luck
A tip go get me started will be greatly appreciated!
wjwjr