You can do this with Word's Find and Replace. It has a unique form of regex but should do the job.
Find: ([\?\!,."]{1,})([0-9]{1,})
Replace: ( \2 )\3
Check Use wildcards
Hit Replace all
(record a macro if you want basic code)
You can do this with Word's Find and Replace. It has a unique form of regex but should do the job.
Find: ([\?\!,."]{1,})([0-9]{1,})
Replace: ( \2 )\3
Check Use wildcards
Hit Replace all
(record a macro if you want basic code)
Enjoy,
Tony
---------------------------------------------------------------
Give a man a fish and he'll eat for a day.
Teach him how to fish and he'll sit in a boat and drink beer all day.
I'm (slowly) building my own site: www.WordArticles.com