Thread: [Solved] Table of Bookmarks
View Single Post
 
Old 03-27-2012, 03:21 AM
Niy Niy is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Mar 2012
Posts: 2
Niy is on a distinguished road
Default Table of Bookmarks

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
Reply With Quote