View Single Post
 
Old 12-10-2012, 08:24 PM
binar binar is offline Windows XP Office 2007
Advanced Beginner
 
Join Date: Aug 2010
Posts: 41
binar is on a distinguished road
Default Update

Fellow Forum Members,
Through some research I learned the code below is designed to generate blank pages:

{IF{=MOD({PAGE},2)}= 1 {QUOTE 12}}

However, I'm having a problem making it work. In my case I have 20 schematics each on a 11"x17" page and each needs to show a blank page on the back side. What is the correct BREAK to insert in conjuction with the code below?

{IF{=MOD({PAGE},2)}= 1 {QUOTE 12}}

Is using twenty ODD PAGE Section Breaks with the code above the best choice? Any tips will be greatly appreciated. Thanks.
Reply With Quote