I'm hoping someone has a code snippet to search and replace multiple words in an existing document (so we cannot use auto correct as we go).
Ideally to look up the replace list written in a separate Word (or Excel) document (so it is easily maintainable).
e.g.
Source
users {users|members|clientele|web masters|organisations}
maintain {maintain|cherish|foster|preserve|safeguard|tend|w atch}
own {private|personal|confidential|own}
web {sites|webs|pages}
Original
So this allows users to maintain their own web.
Replacement
So this allows {users|members|clientele|Web masters|organisations} to {maintain|cherish|foster|preserve|safeguard|tend|w atch} their {private|personal|confidential|own} {sites|webs|pages}.
A total ideal (probably impossible) would be to maintain case i.e.
Users returns {Users|Members|Clientele|Web Masters|Organisations}
user returns {users|members|clientele|web masters|organisations}



