![]() |
|
#1
|
|||
|
|||
![]()
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. |
#2
|
|||
|
|||
![]()
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) 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. |
#3
|
|||
|
|||
![]() Quote:
CHAPTER 9 comes from your StyleRef field. Substitute 9 for the field. Code:
FP:9-{Page} / 9-{={Page}+1} Blank) |
#4
|
||||
|
||||
![]() Quote:
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] |
#5
|
|||
|
|||
![]()
Macropod,
Thank you for your post. I am going to test out your newly posted code with my fingers crossed because the code Charles Kenyon posted shown below has a problem all its own. Code:
FP:9-{Page} / 9-{={Page}+1} Blank) 5 7 9 and not: 9-5 9-7 9-9 Honestly, I find it hard to understand why all the years WORD has been around this numbering scheme remains very complicated to execute. Just my two cents. Nevertheless, thanks for the help and will repost soon with an update. |
#6
|
||||
|
||||
![]()
It's not Word's numbering scheme that's complicated; it's your unusual requirement that complicates things.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#7
|
|||
|
|||
![]()
Macropod,
Just to let you and everybody following this thread the last code you posted works perfectly. It fixes the problem with the disappearing Chapter Number in the Figure list and also fixes the problem with the Chapter Text showing up in the numbering. That is an awesome piece of coding everybody in the publishing business should know. Again, thanks for your help. You got me out of a real tight spot. ![]() This problem can be considered SOLVED. ![]() |
![]() |
Tags |
field code, field switches, numbering |
Thread Tools | |
Display Modes | |
|
![]() |
||||
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 |
![]() |
c_gallagher25 | Word | 1 | 02-12-2014 04:27 PM |
![]() |
Velocitydreamer | Word | 1 | 05-26-2013 07:04 AM |
![]() |
binar | Word | 13 | 12-13-2012 07:26 PM |