View Single Post
 
Old 12-11-2012, 01:03 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,374
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

Hi Binar,

The field code '{IF{=MOD({PAGE},2)}= 1 {QUOTE 12}}' is designed to insert a blank page if the page on which it appears is an odd-numbered one. Ordinarily, it would be located after the content on the potentially-odd page.

As you don't have potentially-odd pages, but definitely-populated odd and blank even pages, the field code shouldn't be necessary - neither should the odd-page Section breaks. All you should need is manual page breaks to insert blank pages between the used ones.

That leaves the page numbering. This can be handled via a field in the page header, coded as:
{IF{=MOD({PAGE},2)}= 1 "FP-{PAGE}"}
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote