Getting facing pages to display same page number

G

Greg

Michelle,

Format the document with different odd and even footers.

Put { = ({ PAGE } + 1)/2 } in the odd header
Put { = { PAGE }/2 } in the even header

{ } is entered with the field code insert command CTRL+F9
 
Top