TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
> I don't know how to set an option to prevent hyperlinked TOCs, but I have
> found a way to work around it...
>
> Use the following procedure after creating the TOC:
> 1. Select the entire TOC.
> 2. Right-click on the TOC and then click Toggle Field Codes.
> 3. Delete the "\H" switch from the field codes. This is the switch that
> tells Word to generate the hyperlinks. For example, one of my documents
has
> a TOC field code that reads {TOC \O "1-4" \H \Z}. Change it to {TOC \O
"1-4"
> \Z}.
> 4. Right-click the TOC field code and then click Update Field.
> 5. Click Update Entire Table, and then click OK.
>
> The TOC will no longer have hyperlinked headings.
>
> Hope that helps!