How To Create Headings In Word 2010
Word has Headings 1 - 9, but by default only 1 - 3 will show in the TOC.
So, to apply a style to selected text other than Heading 1 - 3, I have done this:
- select the text
- right-click the selected text
- select
Styles...
from the dropdown list- select
Apply Styles...
from the dropdown list- type
Heading 4
into the textbox, and hit enter
Now that the text is styled correctly, it does not show in the TOC! I have read mention of changing the "field codes" of the TOC to something like this: { TOC \o "1-4" }
, but such examples only applied to Word 2007...
So how do you do this in Word 2010?
asked Aug 15 '13 at 15:47
Ian CampbellIan Campbell
289 1 gold badge 2 silver badges 9 bronze badges
1
3 Answers 3
You can use the same method as in Word 2007.
- Click the 3 vertical dots in the box that say "Update Table" at the top so the whole table is selected
- Right click and select "Toggle Field Codes" (or type Shift+F9)
You should see {TOC \o "1-3" \h\z\u}
.
-
Edit the part where it says
"1-3"
to whatever amount of indents you'd like e.g."1-4"
for 4 indents -
repeat Steps 1 and 2
-
Click "Update Table...".
answered Aug 15 '13 at 15:57
darthbithdarthbith
508 4 silver badges 17 bronze badges
4
A simpler solution would be to select the table of contents and click Alt+F9. You should probably see the following code: { TOC \o "1-3" \h }
Change 3
to 4
and the problem should be solved.
Again click Alt+F9 to see table of content.
answered Aug 22 '15 at 19:55
- In the REFERENCES tab, select TABLE OF CONTENTS.
- Click Custom Table of contents a window with a Print Preview shows you what is currently showed.
- below in GENERAL section, SHOW LEVELS: you can go up or down to the level you want to have visible.
- OK and your TOC is now updated to the level you chose.
Toto
13.6k 24 gold badges 26 silver badges 37 bronze badges
answered Oct 19 '17 at 16:36
Not the answer you're looking for? Browse other questions tagged microsoft-word-2010 styles table-of-contents or ask your own question.
How To Create Headings In Word 2010
Source: https://superuser.com/questions/632350/word-2010-how-can-you-make-heading-4-5-etc-visible-in-the-table-of-conten
Posted by: blancharddeve1941.blogspot.com
Thanks for the quick reply @darthbith. Hmm, so when I do this, the entire selected text of the TOC is replaced with the existing field code
{TOC \o "1-3" \h\z\u}
. How do I stop it from deleting all of the TOC's text?Aug 15 '13 at 16:05
Nevermind, I just figured it out -- following these instructions I modify the field code to
{TOC \o "1-4" \h\z\u}
as was suggested. Then I click on the 3 vertical dots on the upper-left of the TOC again, right click the TOC textarea and selectToggle Field Codes
again to revert it back to its' text. Then you have to update the TOC to see the change take affect.Aug 15 '13 at 16:17
Ah yes, forgot to mention how to change it back :-) I'll edit the answer. Glad it worked for you!
Aug 15 '13 at 16:26