P
Pete
Hi - I'm writing a small macro to perform a modified search-and-replace, and I can do it using VBA string manipulation and concatenation functions, but I'm sure there is a shorter, simpler, smarter way of doing it with Word's built-in bookmarks and so on. I need to do a multiple seach and replace, for example looking for lines lik
xxxx_Something_****
and replace wit
xxxx_SomethingEls
In other words, if a line has _Something in it, I need to replace not just _Something, but _Something_**** with _SomethingElse. So it need to treat **** as wildcards. Any ideas? Thanks
Pete
xxxx_Something_****
and replace wit
xxxx_SomethingEls
In other words, if a line has _Something in it, I need to replace not just _Something, but _Something_**** with _SomethingElse. So it need to treat **** as wildcards. Any ideas? Thanks
Pete