Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-26-2020, 05:26 PM
binar binar is offline Custom Page Numbering for 11"x17" sheets Windows XP Custom Page Numbering for 11"x17" sheets Office 2007
Advanced Beginner
Custom Page Numbering for 11"x17" sheets
 
Join Date: Aug 2010
Posts: 41
binar is on a distinguished road
Default Custom Page Numbering for 11"x17" sheets

Fellow Forum Members,
Chapter 9 contains ten 11"x17" Foldouts Pages (FP). All preceding eight Chapters are 8.5"x11". For Chapter 9 my goal is to have page numbering that assigns a number for the EVEN blank foldout pages and displays it together with the ODD page number inside the footer. Additionally, I need a "9-" chapter number text to display together with the page number. Below is an example of what I trying to achieve:

FP: 9-1 / (FP: 9-2 Blank)


FP: 9-3 / (FP: 9-4 Blank)
FP: 9-5 / (FP: 9-6 Blank)
FP: 9-7 / (FP: 9-8 Blank)
FP: 9-9 / (FP: 9-10 Blank)

Below is the Field coding I inputted using "Alt+F9 and Cntrl+F9" commands:

Code:
FP:{ PAGE } / (FP:{ = { PAGE } + 1 } Blank)
The problem is the field code does not recognize my settings inside the Page Number > Format Page Numbering > Page Number Format dialog window. In this window I have a checkmark applied to the "Include chapter number" button. Also for "Start at:" I have the radio button selected and set to "1". Below is an example of the output I get on each of the footers:

FP: 1 / (FP: 2 Blank)
FP: 3 / (FP: 4 Blank)
FP: 5 / (FP: 6 Blank)
FP: 7 / (FP: 8 Blank)
FP: 9 / (FP: 10 Blank)

My hope is somebody in this community can help me identify what the problem is with the "9-" text not displaying together with the page number even though it is defined in the Page Number Format window.

Additionally, does Microsoft Word 365 have a { CHAPTER } field I can use so I can bypass using the Page Number Format window? If such a field existed it could hypothetically be used as shown in the example below:

Code:
FP:{ CHAPTER } - { PAGE } / (FP:{ = { CHAPTER } - { PAGE } + 1 } Blank)
Any help will be greatly appreciated.
Reply With Quote
  #2  
Old 03-26-2020, 05:38 PM
Charles Kenyon Charles Kenyon is online now Custom Page Numbering for 11"x17" sheets Windows 10 Custom Page Numbering for 11"x17" sheets Office 2019
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,082
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Quote:
Additionally, does Microsoft Word 365 have a { CHAPTER } field I can use so I can bypass using the Page Number Format window?
Partial response. Word has no { CHAPTER } Field. It does have a { SECTION } field.
Reply With Quote
  #3  
Old 03-26-2020, 06:00 PM
Charles Kenyon Charles Kenyon is online now Custom Page Numbering for 11"x17" sheets Windows 10 Custom Page Numbering for 11"x17" sheets Office 2019
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,082
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Assuming that you restarted your page numbering at the beginning of Chapter 9 and that you have five actual Word pages that are being treated as your ten folio pages:

So each sheet has a single footer stretching across the 17 inches.
You want the footer on the left (bound) part to have the odd page and on the fly-out to have the even page number..

Odd page part of footer:
FP: 9-{ = { PAGE } * 2 - 1 }

Even page part of footer:

FP: 9-{ = { PAGE } * 2 }

I've attached a document with those field codes. Note that as far as Word is concerned, in the Table of Contents and other reference pages these will be pages 1-5.
Attached Files
File Type: docx Folio Pagination.docx (48.7 KB, 6 views)
Reply With Quote
  #4  
Old 03-26-2020, 07:09 PM
binar binar is offline Custom Page Numbering for 11"x17" sheets Windows XP Custom Page Numbering for 11"x17" sheets Office 2007
Advanced Beginner
Custom Page Numbering for 11"x17" sheets
 
Join Date: Aug 2010
Posts: 41
binar is on a distinguished road
Default Follow-up

Charles,
Thank you for both of your posts. I looked over both of the links and no ideas came to my head by looking over the content. The Section field does not output the Chapter Number I need so I don't think I can use that field together with the { PAGE } field.


Thanks for your file. I have uploaded an Example file of my own to clarify what I am seeking to accomplish. Essentially, I need both ODD and EVEN numbering to display in the lower right hand corner of the ODD page. Additionally, the EVEN page on the backside needs to remain 100% blank. The plan is to add some large graphics on all ODD pages and leave the backside EVEN page as blank paper.

Your idea of adding a "9-" as text in front of the curly bracket is something I thought about myself however I got to thinking that most likely the TOC and cross references will display the tabloid pagination as "1" and not "9-1". I will have to test this out.

I pray that I am wrong, but I am starting to believe MicroSoft Word seems to be unable to support the Tabloid numbering scheme I need.

Any additional ideas will be greatly appreciated.
Attached Files
File Type: docx Example File.docx (45.4 KB, 7 views)
Reply With Quote
  #5  
Old 03-26-2020, 11:42 PM
Charles Kenyon Charles Kenyon is online now Custom Page Numbering for 11"x17" sheets Windows 10 Custom Page Numbering for 11"x17" sheets Office 2019
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,082
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Time for me to be asleep.
I confirm that the TOC and Index will get the page numbers wrong. They would skip the 9 but would also ignore the calculations.


Are you printing both sides of the 11x17 paper?

So 9-3 would be the back side of 9-2 and 9-4 would be the back side of 9-1?


It has been many years since I've had a printer that could handle that!
Reply With Quote
  #6  
Old 03-26-2020, 11:52 PM
Charles Kenyon Charles Kenyon is online now Custom Page Numbering for 11"x17" sheets Windows 10 Custom Page Numbering for 11"x17" sheets Office 2019
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,082
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

The chapter numbering noted in the Format Page Numbers will show up in the TOC and Index. You need to use one of the heading styles to mark the beginning of the chapter.


The headings need to be numbered. How to create numbered headings or outline numbering in Ribbon Versions of Word by Shauna Kelly


(If the heading does not show up in the Navigation Pane, it is not being applied correctly. Write back.)
Reply With Quote
  #7  
Old 03-27-2020, 04:52 AM
binar binar is offline Custom Page Numbering for 11"x17" sheets Windows XP Custom Page Numbering for 11"x17" sheets Office 2007
Advanced Beginner
Custom Page Numbering for 11"x17" sheets
 
Join Date: Aug 2010
Posts: 41
binar is on a distinguished road
Default Follow-up

Charles,
Thanks for your postings. Did you see my attached Example file? It shows the setup I am trying to accomplish. Nevertheless, I hope the explanation below answer your question:


FP: 9-1 / (FP: 9-2 Blank) -> 9-1 is the front side of the page where the JPG is placed / 9-2 is the backside of the same page which is left blank.
FP: 9-3 / (FP: 9-4 Blank) -> 9-3 is the front side of the page where the JPG is placed / 9-4 is the backside of the same page which is left blank.
FP: 9-5 / (FP: 9-6 Blank) -> 9-5 is the front side of the page where the JPG is placed / 9-6 is the backside of the same page which is left blank.
FP: 9-7 / (FP: 9-8 Blank) -> 9-7 is the front side of the page where the JPG is placed / 9-8 is the backside of the same page which is left blank.
FP: 9-9 / (FP: 9-10 Blank) -> 9-9 is the front side of the page where the JPG is placed / 9-10 is the backside of the same page which is left blank.


I realize my uploaded Example File does not show the Outline Numbered Headings as shown in Shauna Kelly's graphic below. However, in my working final file I already have Outline Numbered headings setup as shown in the graphic below. Nevertheless, I will recheck my headings to make sure.







My question to anybody in the community. Is there a Field Code formula that can accomplish the custom numbering I am trying to accomplish? If yes please share it. Thank you to everybody for viewing this thread.
Reply With Quote
  #8  
Old 03-27-2020, 02:23 PM
binar binar is offline Custom Page Numbering for 11"x17" sheets Windows XP Custom Page Numbering for 11"x17" sheets Office 2007
Advanced Beginner
Custom Page Numbering for 11"x17" sheets
 
Join Date: Aug 2010
Posts: 41
binar is on a distinguished road
Default

Does anyone in this community have any suggestions?
Reply With Quote
  #9  
Old 03-29-2020, 04:28 PM
Guessed's Avatar
Guessed Guessed is offline Custom Page Numbering for 11"x17" sheets Windows 10 Custom Page Numbering for 11"x17" sheets Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 3,932
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

If you are including the Heading 1 number in the page number field then the maths to add 1 to it doesn't work on the {page} field because it is no longer a simple arabic number. You can make it become an arabic number which can then be added by including a format switch. This will mean you need to include a separate StyleRef field to bring in the Chapter/Heading number and also add the hyphen separator outside of the page number calculation field.

Using the page number as you have currently configured, the footer should be
FP:{Page} / (FP: {StyleRef "Heading 1" \n}-{={Page \* Arabic}+1} Blank)

If you changed the page number setting for the section to NOT include the Chapter number, your fields could be modified to
FP:{StyleRef "Heading 1" \n}-{Page} / (FP: {StyleRef "Heading 1" \n}-{={Page}+1} Blank)
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
  #10  
Old 03-29-2020, 05:28 PM
macropod's Avatar
macropod macropod is offline Custom Page Numbering for 11"x17" sheets Windows 7 64bit Custom Page Numbering for 11"x17" sheets Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,956
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

To include the Chapter # in your page numbering scheme, you need to employ Multi-level list numbering and attach that numbering to the relevant Heading Style (in this case, you need to attach Heading 1 to Level 1). See attached images. That way, when combined with the chapter # inclusion per Charles' response in post #6, the page # will be correct on both the page and in the Table of Contents. Your Footer field code can then become:

FP: {Page} / (FP: {StyleRef "Heading 1" \n}-{={Page \# 0}+1} Blank)
Attached Images
File Type: png ImageA.png (17.1 KB, 14 views)
File Type: png ImageB.png (21.0 KB, 13 views)
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #11  
Old 03-30-2020, 07:31 AM
binar binar is offline Custom Page Numbering for 11"x17" sheets Windows XP Custom Page Numbering for 11"x17" sheets Office 2007
Advanced Beginner
Custom Page Numbering for 11"x17" sheets
 
Join Date: Aug 2010
Posts: 41
binar is on a distinguished road
Default Follow-up

Thank you to all for your posts. I am testing it soon. I will post back with my results. Lastly, does anybody in the community know if a Word Macro exists that will automate the insertion of a 100% Blank page if a Chapter happens to end on an EVEN page number? Please note: I do not need the EVEN page to say, "This Page Left Intentionally Blank". Additionally, it will be cool if on the ODD page right before the automatically inserted BLANK page the Macro also takes care of the page numbering in the Footer so displays as shown below:

ODD PAGE FOOTER below:
----------------------------------
Page 6-8 / Page 6-9 Blank


EVEN PAGE FOOTER below:
----------------------------------
(Nothing to show because the page is 100% BLANK)

Is such automation possible in Microsoft Word 365?
Reply With Quote
  #12  
Old 03-30-2020, 08:02 AM
Charles Kenyon Charles Kenyon is online now Custom Page Numbering for 11"x17" sheets Windows 10 Custom Page Numbering for 11"x17" sheets Office 2019
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,082
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

You do not need a macro for this.
Under Page Layout > Breaks, insert an Odd-Page section break.

If you truly want to start the next chapter on an even-numbered-page, then you would use an Even-Page break.


If you have more questions that do not follow from the original question, please post a new question. This helps others get answers from the forum.
Reply With Quote
  #13  
Old 03-30-2020, 11:25 AM
binar binar is offline Custom Page Numbering for 11"x17" sheets Windows XP Custom Page Numbering for 11"x17" sheets Office 2007
Advanced Beginner
Custom Page Numbering for 11"x17" sheets
 
Join Date: Aug 2010
Posts: 41
binar is on a distinguished road
Default Follow-up

MacroPod,
Thank you for your post. I used the code shown below:

Code:
FP:{StyleRef "Heading 1" \n}-{Page} / (FP: {StyleRef "Heading 1" \n}-{={Page}+1} Blank)
And below is the result I get:

FP: CHAPTER 9-1 / (FP: CHAPTER 9-2 Blank)

It is perfect except for the fact it displays the word "CHAPTER". The attached MultiLevel Window JPG shows my setup. From what I gather the CHAPTER text is being picked up by what is inside the "Enter formatting for number:" parameter. Deleting the CHAPTER text from this paremeter fixes the problem to what is shown below which is perfect:

FP: 9-1 / (FP: 9-2 Blank)

However, this creates a different problem which is my TOC and Chapter Divider pages need to show the word "CHAPTER" and deleting it from this parameter makes it disappear from both locations.

In short, is there a way I can hold on to the "CHAPTER" text so it continues displaying as "CHAPTER 1" in the TOC and Chapter Divider Pages but somehow prevent it from showing up in Foldout Numbering scheme?

I hope you or anybody in this community can suggest a work around solution. Thank you.
Attached Images
File Type: jpg MultiLevel Window.jpg (74.8 KB, 10 views)
Reply With Quote
  #14  
Old 03-30-2020, 12:00 PM
Charles Kenyon Charles Kenyon is online now Custom Page Numbering for 11"x17" sheets Windows 10 Custom Page Numbering for 11"x17" sheets Office 2019
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,082
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Quote:
Originally Posted by binar View Post
MacroPod,
Thank you for your post. I used the code shown below:

Code:
FP:{StyleRef "Heading 1" \n}-{Page} / (FP: {StyleRef "Heading 1" \n}-{={Page}+1} Blank)
And below is the result I get:

FP: CHAPTER 9-1 / (FP: CHAPTER 9-2 Blank)

It is perfect except for the fact it displays the word "CHAPTER". The attached MultiLevel Window JPG shows my setup. From what I gather the CHAPTER text is being picked up by what is inside the "Enter formatting for number:" parameter. Deleting the CHAPTER text from this paremeter fixes the problem to what is shown below which is perfect:

FP: 9-1 / (FP: 9-2 Blank)

However, this creates a different problem which is my TOC and Chapter Divider pages need to show the word "CHAPTER" and deleting it from this parameter makes it disappear from both locations.

In short, is there a way I can hold on to the "CHAPTER" text so it continues displaying as "CHAPTER 1" in the TOC and Chapter Divider Pages but somehow prevent it from showing up in Foldout Numbering scheme?

I hope you or anybody in this community can suggest a work around solution. Thank you.

CHAPTER 9 comes from your StyleRef field. Substitute 9 for the field.


Code:
FP:9-{Page} / 9-{={Page}+1} Blank)
Reply With Quote
  #15  
Old 03-30-2020, 01:48 PM
macropod's Avatar
macropod macropod is offline Custom Page Numbering for 11"x17" sheets Windows 7 64bit Custom Page Numbering for 11"x17" sheets Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,956
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 binar View Post
MacroPod,
Thank you for your post. I used the code shown below:

Code:
FP:{StyleRef "Heading 1" \n}-{Page} / (FP: {StyleRef "Heading 1" \n}-{={Page}+1} Blank)
And below is the result I get:

FP: CHAPTER 9-1 / (FP: CHAPTER 9-2 Blank)

It is perfect except for the fact it displays the word "CHAPTER".
Yes, well you didn't tell us you have the 'CHAPTER ' prefix in the Heading Numbering!

If you used the field code I posted, it would have returned:
FP:9-1 / (FP: CHAPTER 9-2 Blank)
to return:
FP:9-1 / (FP: 9-2 Blank)
use:
FP:{Page} / (FP: {QUOTE{SET Chapter {StyleRef "Heading 1" \r}}{=Chapter}}-{={Page \# 0}+1} Blank)
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply

Tags
field code, field switches, numbering

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Start page numbering on second page ("link to previous" is greyed-out) seanspotatobusiness Word 1 07-11-2018 10:33 AM
Why does Word indexing change section page numbering to "continuous"? kaspencer Word 6 07-02-2015 02:24 PM
Custom Page Numbering for 11"x17" sheets Problem with "Next page" section break automatically turning into "Odd or Even Page" c_gallagher25 Word 1 02-12-2014 04:27 PM
Custom Page Numbering for 11"x17" sheets Numbering format not "tracked" in track changes w/ formatting "on." Velocitydreamer Word 1 05-26-2013 07:04 AM
Custom Page Numbering for 11"x17" sheets 11"x17" Foldout Pages Custom Numbering? binar Word 13 12-13-2012 07:26 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:26 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft