I want to perform the following Find/Replace operations (or equivalent) in Word:
For example:
End of sentence: also `.`, `?`, `!`
1. `. ` by `.` (xInf)
2. `.` by `. `
3. ` .` by `.` (xInf)
Edit: xInf above means repeat the Find/Replace operation until there are no instances left in the document
(Full list here, meant for cleaning a manuscript - it's not perfect! Suggestions welcome)
Is there a simple way to do this using a Macro instead of manually doing each of the above steps using the regular Find/Replace dialog? (I have zero VBA skills...)