M HYPE SPLASH
// general

MS Word - add Appendix listing to table of contents without page number

By Emily Wilson

I have an Appendix style defined in Word 365 based on 'Heading 1' style so the appendices to a large document appear in the Table of Contents. However, I do not want to show page numbers of the Appendicies as these attachments come from varied sources and will be inserted as PDFs into the final document (which will be all PDF). I can't seem to find a way to set up a style that will appear in the Table of Contents but not have page numbers listed in the Table of contents

1 Answer

In your TOC field, you just need to set the Appendix level for the TOC to be different to those for your Heading styles (so it uses a different TOC style).

Then you can specify just that TOC level to exclude page numbering by adding the \n switch specifying that level.

For example, in this picture below, Heading 1 and Heading 2 styles are set as level 1 and 2 (ie will use TOC1 and TOC2) respectively, but Appendix is set to be level 3 so will use TOC3 style.

The \n 3-3 tells Word to omit page numbering for level 3 in your TOC (ie TOC3), meaning that other levels (eg 1 and 2) will still have page numbering.

Then just format TOC3 style to be based on TOC1 (if you want it to have same level indent/font etc as your Heading 1 entries in the TOC).

enter image description here

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy