Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a sheet object BookMark Object named BM01. Have added two BookMarks into ("Book1" and "Book2"). What the way to apply this bookmarks in macro?
In a macro you would apply these with the following syntax:
ActiveDocument.RecallDocBookmark "Book1"
Regards,
In a macro you would apply these with the following syntax:
ActiveDocument.RecallDocBookmark "Book1"
Regards,
Thanx a lot 😉
What if an User creates multiple Bookmarks and he wants to get applied the last/latest created bookmark?
What would be the Macro in this case?
For example he created BM1, BM2, BM3 in a chronological order. And he wants BM3 to get applied when he launches the document from Access Point.