Hi,
I'm looking for a field function to generate a list of all bookmarks and their corresponding chapter. The Chapters are in the right formatting and a normal TOC works just fine.
Best would be in form of a table like:
Code:
-----------------------------------------------------
| Bookmark: | Chapter: |
-----------------------------------------------------
| Bookmark 1 | 3.9.1 |
-----------------------------------------------------
| Bookmark 2 | 2.3.4 |
.
.
.
.
If nobody can help me that way, I'm pretty good with python and can use the win32com to communicate with word, so if anyone knows how to determine the chapter of a current selection I can generate the tables myself.
Any help greatly appreciated