Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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.