View Single Post
 
Old 10-23-2016, 06:35 AM
Belleke Belleke is offline Windows 10 Office 2016
Novice
 
Join Date: Oct 2016
Posts: 2
Belleke is on a distinguished road
Default 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
Reply With Quote