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

It can be done with vba, but that inserts a paragraph break in any paragraph that spans two pages. If you're using justification, the last line before the break won't be justified. Plus, if the first line of the affected paragraph is numbered/bulleted, so too will be the new paragraph created by this process. That could make a reall mess of any numbering scheme you're using. Further, running code to remove the page breaks later on won't remove those extra paragraph breaks. Cleaning those up can be difficult because of the need to work out whether each page starts with a real new paragraph.

IMHO, you'd be better off abandoning the idea and either accept the changed pagination or leave the white text's size alone so that the pagination remains unchanged.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote