Word 2016
I have an existing TOC in my document that use heading style TOC 1 & TOC 2.
I would like to create a custom TOC.
using TC field codes within a bookmark.
The TOC to use only the heading style TOC 3
this is my toc fieldcode
{ TOC \b bookmarkName \f \n \h \z }
When I create the fieldcode using either:
Insert ribbon, Quick Parts, Field, Index and Tables
or
References, Table of Contents, Custom Table of Contents ...
The toc inserted displays the content correctly.
However the TOC heading style by default is always TOC 1.
I would like the TOC heading to be TOC 3. This allows me to format TOC 3 differently.
I want to avoid writing code to update the custom TOC to use heading style TOC 3.
When I use the switch \ l
eg
{ TOC \b bookmarkName \l 3 }
the result - displays Error! Not a valid heading level range.
How can I do this.
TIA