Thanks to both of you, but I must be doing something wrong. I found other
posts that said to use the \b after defining a bookmark but I can't seem to
get it to work. I get the error:
ERROR! NOT A VALID HEADING LEVEL RANGE.
Here is my code:
{TOC \B APPETIZERS \O "RECIPEHEADING,1"}
I also tried these and they don't work either as it pulls entries from the
entire document
{TOC \h \z \t \b"RecipeHeading,1" }
{TOC \h \z \t \b Appetizers "RecipeHeading,1" }
"Appetizers" is the bookmark and "RecipeHeading" is the name of the style.
Well, the bookmark name must follow the \b switch and the style name the \t
switch. The \o switch is valid only for numbers of built-in headings. So
what should work is this:
{TOC \h \z \t "RecipeHeading,1" \b Appetizers }
or
{TOC \h \z \b Appetizers \t "RecipeHeading,1" }
For more on TOC switches, see the Help topic "Field codes: TOC (Table of
Contents) field" and/or the article at
http://word.mvps.org/FAQs/Formatting/TOCSwitches.htm.

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> Thanks to both of you, but I must be doing something wrong. I found other
> posts that said to use the \b after defining a bookmark but I can't seem to
[quoted text clipped - 14 lines]
>
> "Appetizers" is the bookmark and "RecipeHeading" is the name of the style.
nycCTM - 31 Mar 2007 17:12 GMT
The first option didn't work but the second did. Thank you so much!
> Well, the bookmark name must follow the \b switch and the style name the \t
> switch. The \o switch is valid only for numbers of built-in headings. So
[quoted text clipped - 29 lines]
> >
> > "Appetizers" is the bookmark and "RecipeHeading" is the name of the style.
Suzanne S. Barnhill - 31 Mar 2007 17:30 GMT
Glad I could help, and interesting that the order of the switches matters,
given that in many fields it doesn't. I certainly consider the latter field
more logical, though.

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> The first option didn't work but the second did. Thank you so much!
>
[quoted text clipped - 31 lines]
> > >
> > > "Appetizers" is the bookmark and "RecipeHeading" is the name of the style.