Is there a way to set the section number in the middle of a document?
Using the Insert -> Page Numbers and clicking the Format... button allows
one to set page numbering for the section. Nice feature when you want to
skip over the cover page, a TOC, and other preface pages.
I'm looking for a way to do something similar but with Section numbers.
Clues?
However, if each Section that you want to count starts with a numbered
heading (eg 'Heading 1' style) that isn't used elsewhere in those Sections,
you could use a STYLEREF field coded as '{STYLEREF "Heading 1" \n}', for
example, to retrieve the heading numbers.
Cheers
--
macropod
[MVP - Microsoft Word]
"MyndPhlyp" <nob...@homeright.now> wrote in message
news:eMEy3oRA...@TK2MSFTNGP02.phx.gbl...
Yeah, kinda figured it would be a workaround like that. I would have even
settled for something like a Count(Section) - 1 or something along that
line. Who woulda thought somebody might not want to count the cover and TOC
sections in a document? But page numbers... that's an obvious one, right?
Thanks.
Cheers
--
macropod
[MVP - Microsoft Word]
"MyndPhlyp" <nob...@homeright.now> wrote in message
news:Ow1SkDUA...@TK2MSFTNGP03.phx.gbl...
Cool. Thanks again.