Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
Wendy Elizabeth Wendy Elizabeth is offline
external usenet poster
 
Posts: 5
Default table on contents in word 2003

I want to add sections to an existing Word 2003 document that contains a
table of contents. How do you make changes to the Word 2003 document so that
the table of contents is automatically updated?

Thanks!
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default table on contents in word 2003

You format headings with the same styles that are currently included in the
TOC. See http://www.ShaunaKelly.com/word/toc/CreateATOC.html

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Wendy Elizabeth" wrote in
message ...
I want to add sections to an existing Word 2003 document that contains a
table of contents. How do you make changes to the Word 2003 document so
that
the table of contents is automatically updated?

Thanks!



  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default table on contents in word 2003

TOCs don't update automatically. You can update them manually, by selecting
them and pressing F9. Alternatively, you can have them update prior to
printing, by choosing the option to update fields on print, in Tools |
Options, Print tab.

A different approach is to use the following macros in normal.dot or in an
add-in (which will update any tables of contents and tables of figures
present in the active document):

Sub FilePrintDefault()
Dim toc As TableOfContents
Dim tof As TableOfFigures
For Each toc In ActiveDocument.TablesOfContents
toc.Update

Next toc

For Each tof In ActiveDocument.TablesOfFigures
tof.Update
Next tof

ActiveDocument.PrintOut

End Sub

Sub FilePrint()
Dim toc As TableOfContents
Dim tof As TableOfFigures
For Each toc In ActiveDocument.TablesOfContents
toc.Update

Next toc

For Each tof In ActiveDocument.TablesOfFigures
tof.Update
Next tof

Dialogs(wdDialogFilePrint).Show

End Sub

If you need assistance, see http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP


"Wendy Elizabeth" wrote in message
...
I want to add sections to an existing Word 2003 document that contains a
table of contents. How do you make changes to the Word 2003 document so
that
the table of contents is automatically updated?

Thanks!











Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
customize table of contents in Word 2003 Kris Microsoft Word Help 1 October 22nd 07 08:49 PM
Table of Contents on Word 2003 KBahr999 Microsoft Word Help 4 October 18th 07 03:24 PM
Table of Contents Word 2003 bill New Users 2 August 21st 06 06:08 PM
Table of Contents Word 2003 bill New Users 3 July 31st 06 11:58 PM
Table of Contents Word 2003 Maria Microsoft Word Help 3 June 2nd 06 01:05 AM


All times are GMT +1. The time now is 07:27 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"