3

I have a TOC that is driven from 3 heading levels. I want all the levels on the TOC but on the page number for heading 1.

From the headers on the document:

  • Document Number SPS SOP 2002
    • Revision/Approval Date: 10/2016
      • Method: Direct Observation

What I get in the TOC:

Document Number SPS SOP 2002.............5
Revision/Approval Date: 10/2016................5
Method: Direct Observation.........................5

What I want from the TOC:

Document Number SPS SOP 2002...........5
Revision/Approval Date: 10/2016
Method: Direct Observation

slhck
  • 235,242

1 Answers1

5

You can press Alt + F9 to show field codes and add the following switch to the TOC:

{ TOC \n 3-4 }

As described in the Word documentation

\n Levels Omits page numbers from the table of contents. Page numbers are omitted from all levels unless a range of entry levels is specified. For example, { TOC \n 3-4 } omits page numbers from levels 3 and 4. Delete this switch to include page numbers.

itsadok
  • 1,780
Adam
  • 7,669