Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
What will be the code in VB to activate an existing Bookmark?
None of these worked for me:
ActiveDocument.RecallDocBookmark "BM01"
ActiveDocument.RecallDocBookmark "XYZ"
Thanks
Josh
ActiveDocument.RecallUserBookmark "BM01"
ActiveDocument.RecallUserBookmark "XYZ"