I wish to find cells (as a Range) that contain a given text. Is that possible to do ? I’d like to be able to find the first cell matching the text (following the natural order on rows and columns).
Then, a more advanced question, could I provide a Regex to do the same ?
Thank you guys 🙂
Here is a sample code. Replace
Range("A1:D10")with your range, and replace the regular expression pattern ni function RE6 with your own.