Hi pixelprincess,
Try the following sequence of four wildcard Find/Replace operations:
Find = ([!^13])([^13])([!^13])
Replace = \1 \3
Find = ([ ])[ ]{1,}
Replace = \1
Find = [^13]{2,}
Replace = ^p
Find = [ ^13]
Replace = ^p
To do a wildcard Find/Replace, you click on the Find/Replace dialog's 'More' button and choose 'use wildcards'.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|