Quote:
Originally Posted by Guessed
You can remove empty paragraphs by find/replacing ^p^p with ^p but you will need to do this multiple times if there are large blocks of empty paragraphs
|
Or you can use a single wildcard Find/Replace, where:
Find = [^13]{2,}
Replace = ^p
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|