Hi People
I have searched a _lot_ for this solution, but I do not know how to do it in VBA. I want to be able to call a function in the following way:
MsgBox RegExp("abc123def456", "a(.+?)def(.+?)6", "$1Hello$2")
And for that to return: bc123Hello45
I have found many regex functions, but...