nikster
Computer
- Sep 19, 2001
- 1
I'm writing a template for a manual. I want to ensure that each new chapter start on an odd- numbered page. This is proving unbelievably difficult.
1 - if i use Odd-Page Section Breaks, any blank even pages that are inserted do not have the page numbers or headers or footers printed - they don't even show up when the document is print-previewed. Is there any way to get page numbers, headers and footers to appear on these inserted blank pages ?
2 - I've tried inserting an IF field through VBA as follows:- { IF { =MOD({ PAGE },2) } = 0 "[page break]" " "} at the end of each chapter. But because each chapter is in a separate section, these fields only update one at a time each time I do an update fields orprint the document - so I have to do an update fields (or print) the same number of times as there are sections with one of these fields in, which is not possible in a big report with lots of sections and hence lots of these fields. This is made worse if the user pastes separately-prepared Chapters into the main document.
This seems to me to be such a standard requirement - starting each new chapter on an odd-numbered (right-hand) page that there must be a simple way of doing it.
Thanks
nikster
1 - if i use Odd-Page Section Breaks, any blank even pages that are inserted do not have the page numbers or headers or footers printed - they don't even show up when the document is print-previewed. Is there any way to get page numbers, headers and footers to appear on these inserted blank pages ?
2 - I've tried inserting an IF field through VBA as follows:- { IF { =MOD({ PAGE },2) } = 0 "[page break]" " "} at the end of each chapter. But because each chapter is in a separate section, these fields only update one at a time each time I do an update fields orprint the document - so I have to do an update fields (or print) the same number of times as there are sections with one of these fields in, which is not possible in a big report with lots of sections and hence lots of these fields. This is made worse if the user pastes separately-prepared Chapters into the main document.
This seems to me to be such a standard requirement - starting each new chapter on an odd-numbered (right-hand) page that there must be a simple way of doing it.
Thanks
nikster