View Single Post
 
Old 04-06-2014, 11:11 PM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by hotnany View Post
I'd like to try and make it so if there are entries in the figures 'TOC' then a heading appears saying 'Figures'. Is that possible????
You could use a field coded along the lines of:
{IF{ TOC \c "Figure" }= "?No*" "" "Table of Figures¶
{ TOC \c "Figure" }"}
where the ¶ is a real paragraph break, formatted in whatever Style you want for the 'Table of Figures' heading (you can change the text for that too, if you wish).

Note: The field brace pairs (ie '{ }') for the above example are all created in the document itself, via Ctrl-F9 (Cmd-F9 on a Mac); you can't simply type them or copy & paste them from this message. Nor is it practicable to add them via any of the standard Word dialogues.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote