Forum Discussion
natlipson
Jul 15, 2020Copper Contributor
Word 2016: Adding free text to ToC, page numbers suppressed
Hi guys, I want to add text to a Word 2016-generated ToC - but with page numbers suppressed and have the text remain after updating the ToC. In the example in the screenshot, the text "A huge...
Stefan_Blom
Jul 21, 2020MVP
You can make use of a TC field for which you suppress the page number. Add the \n switch to the TC field to suppress its page number.
Edit the TOC field code so that includes the \f switch (to add entries created by TC fields).
natlipson
Aug 15, 2020Copper Contributor
Thanks Stefan! I’ll check it.