Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
is there any (other) way to display saved bookmarks in a list or tablebox.
I need a way to display all bookmarks without pushing an arrow like it is in the bookmark box.
Thx for anyone who can help me out with this!
Greetings
Dirk
Try New Sheet Object > Bookmark Object
Regards,
Gordon
Hello Gordon,
thx for your hint. 😉 but I search a way to display / list all of my bookmark in a table.
Next step should be the selection of one entry in this table and display the saved "bookmark". (Seems stupid, but what should I say, customer wishes)
Is there another way to get the saved bookmark names out of the "internal table" of the bookmark object?
Greetings
Dirk
Take a look at the API guide; the bookmarks are in an array - for example the first is referenced by:
bookmarks = ActiveDocument.GetUserBookmarkNames
bm = bookmarks(0)
Regards,
Gordon
PS I would still try to sell the bookmark object!