C cate Dec 1, 2009 #2 In vba, how do you do that? Thank you. Click to expand... Sorry, I had no idea how simple it was. Tools->References->[x] Microsoft VBScript Regular Expression 5.5
In vba, how do you do that? Thank you. Click to expand... Sorry, I had no idea how simple it was. Tools->References->[x] Microsoft VBScript Regular Expression 5.5
R Rick Rothstein Dec 1, 2009 #4 That's one way to do it... you can also do it through code. Dim RegExp As Object ....... ....... Set RegExp = CreateObject("vbscript.regexp") -- Rick (MVP - Excel) In vba, how do you do that? Thank you. Click to expand... Sorry, I had no idea how simple it was. Tools->References->[x] Microsoft VBScript Regular Expression 5.5
That's one way to do it... you can also do it through code. Dim RegExp As Object ....... ....... Set RegExp = CreateObject("vbscript.regexp") -- Rick (MVP - Excel) In vba, how do you do that? Thank you. Click to expand... Sorry, I had no idea how simple it was. Tools->References->[x] Microsoft VBScript Regular Expression 5.5