Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Long Documents / February 2004

Tip: Looking for answers? Try searching our database.

update table of contents

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
tpmcpharlin - 12 Feb 2004 21:38 GMT
I have a large doc (600+ pages) with many tables of contents and figure
(about 75). When I want to update I have to click on "Update entir
table" and OK for every table (that's 150 clicks!). Is there a way t
change the default to "Update entire table" or better yet to automat
the entire process
Doug Robbins - Word MVP - DELETE UPPERCASE CHARACTERS FROM EMAIL ADDRESS - 13 Feb 2004 09:25 GMT
Run a macro containing the following code:

Dim aTC As TableOfContents, aTF As TableOfFigures
For Each aTC In ActiveDocument.TablesOfContents
   aTC.Update
Next aTC
For Each aTF In ActiveDocument.TablesOfFigures
   aTF.Update
Next aTF

Signature

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested.  Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP

>
> I have a large doc (600+ pages) with many tables of contents and figures
[quoted text clipped - 4 lines]
>
> ------------------------------------------------
Robert M. Franz (RMF) - 13 Feb 2004 20:32 GMT
Hi tpmc...

> I have a large doc (600+ pages) with many tables of contents and figures
> (about 75). When I want to update I have to click on "Update entire
> table" and OK for every table (that's 150 clicks!). Is there a way to
> change the default to "Update entire table" or better yet to automate
> the entire process.

Out of sheer curiosity: 600+ pages and ever 8+ page a TOC – what kind of
document is that?

Greetinx
.bob
..Word-MVP
Signature

 /"\  ASCII Ribbon Campaign
 \ /
  X        Against HTML
 / \     in e-mail & news

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.