You should be able to use a wildcard Find/Replace, where:
Find = (. )([A-Z])
Replace = \1 \2
or:
Find = (.) ([A-Z])
Replace = \1 \2
or:
Find = (.)( [A-Z])
Replace = \1 \2
Find = (. )([! ])
Replace = \1 \2
and so on. None of these is capable of producing 'One sentence.A nother sentence.' There is also no need to complicate things with extra parameters or escape codes.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|