alg
01-18-2007, 03:33 PM
I need to be able to display the TOC as a table with three columns. The first column contains a ‘section number’, the second: the title and the third is the page number.  I have flagged all the titles as Heading 1 and I’ve had no problems generating the basic Table of Contents.  The problem is that none of the default styles for the TOC suit my needs.  Is there a way of modifying style of the TOC to suit my needs? Or will I pretty much have to duplicate the TOC functionality?  If that’s the case, what would be the best approach?
I tried to recreate the TOC functionality but I’m having very little luck. I know I can get the page and section numbers by using: Selection.Information(wdActiveEndPageNumber) and Selection.Information(wdActiveEndSectionNumber). But it is not working properly. Any suggestions.
 
Thanks in advance,
 
Al
I tried to recreate the TOC functionality but I’m having very little luck. I know I can get the page and section numbers by using: Selection.Information(wdActiveEndPageNumber) and Selection.Information(wdActiveEndSectionNumber). But it is not working properly. Any suggestions.
Thanks in advance,
Al