Find and replace inside strings containing various names
I have a Word document which includes many instances of each of the strings shown below. Of course name1, name2 and name3 are actually individual first names.
name1, name2
name1, name2, name3
I'm looking for a macro which with change each of the above strings to
name1 and name2
name1, name2 and name3
Thanks for your help
|