Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need a help with Bookmark Object in Macro

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?

1 Solution

Accepted Solutions
vgutkovsky
Master II
Master II

In a macro you would apply these with the following syntax:

ActiveDocument.RecallDocBookmark "Book1"


Regards,

View solution in original post

3 Replies
vgutkovsky
Master II
Master II

In a macro you would apply these with the following syntax:

ActiveDocument.RecallDocBookmark "Book1"


Regards,

Not applicable
Author

Thanx a lot 😉

dmohanty
Partner - Specialist
Partner - Specialist

vgutkovsky

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.