However this document has sections A - Z (which are broke up with
section breaks), my problem is that each section (A - Z) may have
multiple sub-sections.
Now I need to figure out how to do the 'Page X of Y' (specifically the
'Y' bit) for each section and its sub-sections.
e.g.
Section F (2 Pages)
Sub Section F1 (1 Page)
Sub Section F2 (2 Pages)
Total Number of pages: 5
Footer bit
Section F Page 1 of 5
Sub Section F1 Page 3 of 5
Sub Section F2 Page 4 of 5
Thanks in advance
Scorpio540
------------------------------------------------
~~ Message posted from http://www.WordForums.com/
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
"Scoprio540" <Scoprio5...@nospam.WordForums.com> wrote in message
news:Scoprio5...@nospam.WordForums.com...
in the section have a bookmark looking at a {SECTIONPAGES} field called
'Section{SectionLetter}'.
Then in the section/sub sections have a bookmark looking to a complex
'if' statement (which adds {SECTIONPAGES} to the value of the previous
section/subsection{sectionletter}).
In all the footers the 'Page Y' looks to the
'section{sectionletter}pageno' bookmark.
A macro is then ran which loops through all sections and their sub
sections. In each sub/section it will look up the
'section{sectionletter}' bookmark. Then when it can find no more sub
sections it puts the number into the section{sectionletter}pageno
bookmark.
one refresh of all the documents fields and the page numbers are
displayed correct.
Post here if you would like a sample template of what i did.
in the section have a bookmark looking at a {SECTIONPAGES} field called
'Section{SectionLetter}'.
Then in the section/sub sections have a bookmark looking to a complex
'if' statement (which adds {SECTIONPAGES} to the value of the previous
section/subsection{sectionletter}).
In all the footers the 'Page Y' looks to the
'section{sectionletter}pageno' bookmark.
A macro is then ran which loops through all sections and their sub
sections. In each sub/section it will look up the
'section{sectionletter}' bookmark. Then when it can find no more sub
sections it puts the number into the section{sectionletter}pageno
bookmark.
one refresh of all the documents fields and the page numbers are
displayed correct.
Post here if you would like a sample template of what i did.
Scorpio540