Answer the question
In order to leave comments, you need to log in
How to find all values in an Excel table using VBA script and execute RegEx on them?
Greetings.
There is a table with data. There is a working RegEx pattern. We need a script (macro) that
will execute the given pattern over each cell with data.
For example, it will remove characters from a string using RegEx.
Can eat some example on refactoring. I will be grateful.
Answer the question
In order to leave comments, you need to log in
How to Find All Values in an Excel Table
Range
in VBA. Создание объекта RegExp используя позднее связывание:
Dim myRegExp As Object
Set myRegExp = CreateObject("VBScript.RegExp")
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question