by John MacDougall | Dec 6, 2016 | VBA
In this post we’re going to explore how to find and replace multiple text strings from within another string. Download Example File Excel has a great built in function called SUBSTITUTE which allows you to find one bit of text within another text string...
by John MacDougall | Dec 5, 2016 | VBA
In this post we’re going to explore how to find and remove multiple text strings from within another string. Excel has a great built in function called SUBSTITUTE which allows you to find one bit of text within another text string and substitute it for another...