Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I conditionaly add a margin?

Status
Not open for further replies.

NSMan

Technical User
Aug 26, 2004
72
US
I need to add a two inch margin every other page. Is there a way to attach a formula to a margin?
 
Not that I'm aware of.

You could insert identical sections by right clicking each and selecting insert section below and then offset everything by 2 inches for those and use a suppression formula for the sections such as:

suppressing odd numbered pages:
(pagenumber/2) = int(pagenumber/2)

suppressing even numbered pages:
(pagenumber/2) <> int(pagenumber/2)


-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top