A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

2 diff. page numbers per page in header/footer?



 
 
Thread Tools Display Modes
  #1  
Old July 13th, 2006, 02:14 AM posted to microsoft.public.word.pagelayout
Joyce Yamada
external usenet poster
 
Posts: 1
Default 2 diff. page numbers per page in header/footer?

I am creating a template document which requires each page be numbered
consecutively in the Footer and each Section be uniquely paginated. Thus,
ideally, the Header would contain the section page numbering, "Section Page #
of ##" and the Footer would have the entire document's sequential page
numbers "Document Page # of ##".

Each of the Section pages would begin with "Section Page 1 of (total # of
pages in the Section)".

I've tried 2 approaches:
a.) Section pagination in the Header- page numbers to be entered manually;
Doc. pagination in the Footer, pages entered "automatically" (via
Header/Footer Toolbar).
Problem: each Header must be different, due to page numbers, so each page
needs to stand on its own. I tried removing the "Same as Previous" from each
Header/Footer, but this doesn't work, because even though the page numbers
are entered manually, the subsequent pages are the same. Seemingly the only
way this approach could work is if I make each page its own section, however,
it becomes a nightmare for my template users, who have very limited Word
knowledge. When they enter or delete sections during revisions, the
formatting needs to be fixed, because the "Section Break (Next Page" moves
down the document with additions, etc.

b: Document pagination inserted in the Footer; Section pagination as the
first line on each page, separated from text by solid line.
Problem: similar to above in that with additional text, the first line
containing the page numbers moves down the page. Again, the users don't know
how to fix the formatting when they see this.

I'd appreciate any assistance/ideas etc. on solving this.


  #2  
Old July 13th, 2006, 02:47 AM posted to microsoft.public.word.pagelayout
Jezebel
external usenet poster
 
Posts: 1,369
Default 2 diff. page numbers per page in header/footer?

To do the section numbering ---

1. Bookmark something on the first page of the section, such as the section
heading. (Word actually does this automatically if you insert a table of
contents: check the 'Hidden bookmarks' checkbox on the Bookmark dialog --
the _TOC bookmarks mark your headings; but the names are rather cryptic.)

2. In the header for each section, use a nested equation field that looks
like this

{ = { PAGE } - { PAGEREF BookmarkName } + 1 } of { SectionPages }

This translates as: current page number, minus the page number of the
bookmark (ie the first page of the section), plus one.

You'll have to do each section separately, so make sure you clear the 'Same
as previous' option.






"Joyce Yamada" Joyce wrote in message
...
I am creating a template document which requires each page be numbered
consecutively in the Footer and each Section be uniquely paginated. Thus,
ideally, the Header would contain the section page numbering, "Section
Page #
of ##" and the Footer would have the entire document's sequential page
numbers "Document Page # of ##".

Each of the Section pages would begin with "Section Page 1 of (total # of
pages in the Section)".

I've tried 2 approaches:
a.) Section pagination in the Header- page numbers to be entered
manually;
Doc. pagination in the Footer, pages entered "automatically" (via
Header/Footer Toolbar).
Problem: each Header must be different, due to page numbers, so each page
needs to stand on its own. I tried removing the "Same as Previous" from
each
Header/Footer, but this doesn't work, because even though the page numbers
are entered manually, the subsequent pages are the same. Seemingly the
only
way this approach could work is if I make each page its own section,
however,
it becomes a nightmare for my template users, who have very limited Word
knowledge. When they enter or delete sections during revisions, the
formatting needs to be fixed, because the "Section Break (Next Page" moves
down the document with additions, etc.

b: Document pagination inserted in the Footer; Section pagination as the
first line on each page, separated from text by solid line.
Problem: similar to above in that with additional text, the first line
containing the page numbers moves down the page. Again, the users don't
know
how to fix the formatting when they see this.

I'd appreciate any assistance/ideas etc. on solving this.




  #3  
Old July 13th, 2006, 05:33 PM posted to microsoft.public.word.pagelayout
[email protected]
external usenet poster
 
Posts: 3
Default 2 diff. page numbers per page in header/footer?

Hi,

Your formula is actually helping me solve a problem I am having. Or I
think it may.

I am having trouble with the equation since I have never used them
before. I have my bookmark inserted and named. I made the assumption
that "BookmarkName" was supposed to be replaced manually with the
bookmark names I created. However, I am still getting syntax errors.

Does the "SectionPages" represent another hard-coded value that I must
enter?

Thanks,
Neeva

Jezebel wrote:
To do the section numbering ---

1. Bookmark something on the first page of the section, such as the section
heading. (Word actually does this automatically if you insert a table of
contents: check the 'Hidden bookmarks' checkbox on the Bookmark dialog --
the _TOC bookmarks mark your headings; but the names are rather cryptic.)

2. In the header for each section, use a nested equation field that looks
like this

{ = { PAGE } - { PAGEREF BookmarkName } + 1 } of { SectionPages }

This translates as: current page number, minus the page number of the
bookmark (ie the first page of the section), plus one.

You'll have to do each section separately, so make sure you clear the 'Same
as previous' option.


  #4  
Old July 13th, 2006, 11:40 PM posted to microsoft.public.word.pagelayout
Jezebel
external usenet poster
 
Posts: 1,369
Default 2 diff. page numbers per page in header/footer?

You're right about the bookmark name. No, SectionPages is correct as it
stands. Note that these are all fields, inserted by pressing ctrl-F9, not by
typing curly brackets from the keyboard.


wrote in message
ups.com...
Hi,

Your formula is actually helping me solve a problem I am having. Or I
think it may.

I am having trouble with the equation since I have never used them
before. I have my bookmark inserted and named. I made the assumption
that "BookmarkName" was supposed to be replaced manually with the
bookmark names I created. However, I am still getting syntax errors.

Does the "SectionPages" represent another hard-coded value that I must
enter?

Thanks,
Neeva

Jezebel wrote:
To do the section numbering ---

1. Bookmark something on the first page of the section, such as the
section
heading. (Word actually does this automatically if you insert a table of
contents: check the 'Hidden bookmarks' checkbox on the Bookmark dialog --
the _TOC bookmarks mark your headings; but the names are rather cryptic.)

2. In the header for each section, use a nested equation field that looks
like this

{ = { PAGE } - { PAGEREF BookmarkName } + 1 } of { SectionPages }

This translates as: current page number, minus the page number of the
bookmark (ie the first page of the section), plus one.

You'll have to do each section separately, so make sure you clear the
'Same
as previous' option.




  #5  
Old September 1st, 2006, 04:20 PM posted to microsoft.public.word.pagelayout
Jeffrey Frankel
external usenet poster
 
Posts: 1
Default 2 diff. page numbers per page in header/footer?

Hello, Jezebel. I have the same problem as the original poster. Your formula
for section page numbering in a header operates as you describe it, but
still does not permit me to insert cumulative page numbers for the entire
document in the footer. (Word 2003) When I insert standard page numbers in
the footer via the header/footer toolbar, the numbers start from 1 at the
beginning of each section. If I specify cumulative page numbers for the
footer in the Page Format dialog box, the section page numbers in the header
also turn into cumulative numbers. Do you (or any one else) have any
additional suggestions? Many thanks.

Jeff Frankel

"Jezebel" wrote in message
...
To do the section numbering ---

1. Bookmark something on the first page of the section, such as the
section heading. (Word actually does this automatically if you insert a
table of contents: check the 'Hidden bookmarks' checkbox on the Bookmark
dialog -- the _TOC bookmarks mark your headings; but the names are rather
cryptic.)

2. In the header for each section, use a nested equation field that looks
like this

{ = { PAGE } - { PAGEREF BookmarkName } + 1 } of { SectionPages }

This translates as: current page number, minus the page number of the
bookmark (ie the first page of the section), plus one.

You'll have to do each section separately, so make sure you clear the
'Same as previous' option.






"Joyce Yamada" Joyce wrote in message
...
I am creating a template document which requires each page be numbered
consecutively in the Footer and each Section be uniquely paginated.
Thus,
ideally, the Header would contain the section page numbering, "Section
Page #
of ##" and the Footer would have the entire document's sequential page
numbers "Document Page # of ##".

Each of the Section pages would begin with "Section Page 1 of (total # of
pages in the Section)".

I've tried 2 approaches:
a.) Section pagination in the Header- page numbers to be entered
manually;
Doc. pagination in the Footer, pages entered "automatically" (via
Header/Footer Toolbar).
Problem: each Header must be different, due to page numbers, so each
page
needs to stand on its own. I tried removing the "Same as Previous" from
each
Header/Footer, but this doesn't work, because even though the page
numbers
are entered manually, the subsequent pages are the same. Seemingly the
only
way this approach could work is if I make each page its own section,
however,
it becomes a nightmare for my template users, who have very limited Word
knowledge. When they enter or delete sections during revisions, the
formatting needs to be fixed, because the "Section Break (Next Page"
moves
down the document with additions, etc.

b: Document pagination inserted in the Footer; Section pagination as the
first line on each page, separated from text by solid line.
Problem: similar to above in that with additional text, the first line
containing the page numbers moves down the page. Again, the users don't
know
how to fix the formatting when they see this.

I'd appreciate any assistance/ideas etc. on solving this.






  #6  
Old September 3rd, 2006, 04:21 PM posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP
external usenet poster
 
Posts: 8,239
Default 2 diff. page numbers per page in header/footer?

What you describe doing bears no relationship to what Jezebel posted. You
must use formulae to create one set of the page numbers.



--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Jeffrey Frankel" wrote in message
...
Hello, Jezebel. I have the same problem as the original poster. Your
formula for section page numbering in a header operates as you describe
it, but still does not permit me to insert cumulative page numbers for the
entire document in the footer. (Word 2003) When I insert standard page
numbers in the footer via the header/footer toolbar, the numbers start
from 1 at the beginning of each section. If I specify cumulative page
numbers for the footer in the Page Format dialog box, the section page
numbers in the header also turn into cumulative numbers. Do you (or any
one else) have any additional suggestions? Many thanks.

Jeff Frankel

"Jezebel" wrote in message
...
To do the section numbering ---

1. Bookmark something on the first page of the section, such as the
section heading. (Word actually does this automatically if you insert a
table of contents: check the 'Hidden bookmarks' checkbox on the Bookmark
dialog -- the _TOC bookmarks mark your headings; but the names are
rather cryptic.)

2. In the header for each section, use a nested equation field that looks
like this

{ = { PAGE } - { PAGEREF BookmarkName } + 1 } of { SectionPages }

This translates as: current page number, minus the page number of the
bookmark (ie the first page of the section), plus one.

You'll have to do each section separately, so make sure you clear the
'Same as previous' option.






"Joyce Yamada" Joyce wrote in message
...
I am creating a template document which requires each page be numbered
consecutively in the Footer and each Section be uniquely paginated.
Thus,
ideally, the Header would contain the section page numbering, "Section
Page #
of ##" and the Footer would have the entire document's sequential page
numbers "Document Page # of ##".

Each of the Section pages would begin with "Section Page 1 of (total #
of
pages in the Section)".

I've tried 2 approaches:
a.) Section pagination in the Header- page numbers to be entered
manually;
Doc. pagination in the Footer, pages entered "automatically" (via
Header/Footer Toolbar).
Problem: each Header must be different, due to page numbers, so each
page
needs to stand on its own. I tried removing the "Same as Previous" from
each
Header/Footer, but this doesn't work, because even though the page
numbers
are entered manually, the subsequent pages are the same. Seemingly the
only
way this approach could work is if I make each page its own section,
however,
it becomes a nightmare for my template users, who have very limited Word
knowledge. When they enter or delete sections during revisions, the
formatting needs to be fixed, because the "Section Break (Next Page"
moves
down the document with additions, etc.

b: Document pagination inserted in the Footer; Section pagination as the
first line on each page, separated from text by solid line.
Problem: similar to above in that with additional text, the first line
containing the page numbers moves down the page. Again, the users don't
know
how to fix the formatting when they see this.

I'd appreciate any assistance/ideas etc. on solving this.








 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Want to start page 1 numbering after five pages - how? RM Page Layout 6 April 5th, 2006 05:07 AM
page number positioning and format tinaa Page Layout 3 February 4th, 2006 12:38 AM
Print page footer only when needed Carl Rapson Setting Up & Running Reports 9 November 14th, 2005 07:57 PM
Page Numbers Print { PAGE } in Footer in WORD even after ALT + F9 Brent General Discussion 3 June 2nd, 2005 05:35 PM
Page number difficulties Tjodrik General Discussion 3 May 9th, 2005 02:54 PM


All times are GMT +1. The time now is 09:33 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.