Greetings! This is my first visit here, so please be kind... :-)
I am trying to create a custom TOC based on several levels within my document. Right now, I am at a 75% solution usings styles, but I am need help to get the rest of the way.
There are four levels within my doc, and I want each level to be identified in the TOC as such:
The first 3 levels looks like this (ignore the colors, they are just there to show how the parts line up in the TOC):
ANNEX A
ANNEX A TITLE
APPENDIX 1 TO ANNEX A
APPENDIX 1 TITLE HERE
TAB A TO APPENDIX 1 TO ANNEX A
TAB A TITLE
And I want my TOC to look like this:
ANNEX A - ANNEX A TITLE.................................................1APPENDIX 1 - APPENDIX 1 TITLE HERE.................2
TAB A - TAB A TITLE..........................................3
Is there any way to create this type of custom TOC? I am not adverse to VBA if needed, but thought there might be a better way.
Thanks!