Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to add and remove the bookmarks by macro not by popup box. when adding bookmarks, I hope it can save the name and the info text of the bookmark. But it can't save the info text by using macro CreateDocBookmark .
How can I save the info text of the bookmarks by macro?
I would assume one could do this using the InfoText member in the IBookmark class.
Although the API guide example is only for reading the info text it's defined as a read-write string.
Hi Jsn,
Can you write me a example, please? Thank you.