Need some vba code to search a word document an replace it if len = 3
First post here,
I have words in a word document like br.99 or br.124 etc but also br. (no numbers behind)
I would like to replace br. (if there are no numbers behind) by bread, something like if len= 3 then replace by "bread"
Please advice
|