View Single Post
 
Old 07-08-2015, 03:29 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,355
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

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]
Reply With Quote