View Single Post
 
Old 02-18-2020, 02:55 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
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

Quote:
Originally Posted by smccaffr39 View Post
The "\p page" is supposed to affect the current page only as far as I'm aware.
If the field is placed in the page header, it affects every page thereafter until Word encounters a Section break without the 'same as previous' attribute in the header.
Quote:
Originally Posted by smccaffr39 View Post
How can i get the 3rd page to go back to white paper without placing any other field codes?
Assuming the field is in the header, you could use a field like:
{IF{PAGE}= 2 { PRINT \p page "<</MediaColor(Ivory)>> setpagedevice" } { PRINT \p page "<</MediaColor(White)>> setpagedevice" }}
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote