Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In vba, how do you do that?
Thank you. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Dec 1, 7:28*am, cate wrote:
In vba, how do you do that? Thank you. Sorry, I had no idea how simple it was. Tools-References-[x] Microsoft VBScript Regular Expression 5.5 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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) "cate" wrote in message ... On Dec 1, 7:28 am, cate wrote: In vba, how do you do that? Thank you. Sorry, I had no idea how simple it was. Tools-References-[x] Microsoft VBScript Regular Expression 5.5 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Regular expressions | Excel Programming | |||
regular expression parse string Perl $1 VBScript.RegExp | Excel Programming | |||
Regular Expressions | Excel Programming | |||
Using Regular Expressions with VBA | Excel Programming | |||
Regular expressions | Excel Programming |