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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Replace Bookmark

Hello Developers,

I have many bookmarks. Sometimes I require to change a field in all bookmarks, so I do it manually.

Can somebody tell me what is the vba script to replace a book mark?

I used this but it doesn't work.

ActiveDocument.RecallDocBookmark "BM"

ActiveDocument.Fields("Year").Select "2016Q3"

ActiveDocument.ReplaceBookmark "BM"

I think I am using wrong script for replace bookmark. If somebody can help that would be great.

Thanks,

Abhik

0 Replies