View Single Post
 
Old 04-25-2018, 02:28 PM
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

Your document could be cleaned up with a sequence of wildcard Find/Replace operations:

Find = ([ ^s]{1,})([.,»\!\?\:\;\)\}\]\>]{1,})
Replace = \2\1

Find = ([«\(\{\[\<]{1,})([ ^s]{1,})
Replace = \2\1

Find = ([ ^s]){1,}
Replace = \1

Find = [ ^s]([^13^l])
Replace = \1

If you're using a system with non-English regional language settings, you will need to change the {,} expressions to {;}.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote