Thread: Regex Question
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Wild Bill[_2_] Wild Bill[_2_] is offline
external usenet poster
 
Posts: 90
Default Regex Question

Well it does say "The real thing is an ordinary source code module. "
Perhaps you could integrate it into applications, depending on their
distribution permission...

On Fri, 22 Aug 2003 13:26:00 GMT, "William Barnes"
wrote:

Thanks, Wild Bill.
It does look like that site's product, for $199, will add that functionality
to VBA. However, I'm looking for built-in features of VBA that can be used
in an AddIn for distribution to other users whose machines may not have
their software installed. I guess VBA doesn't have it.

"Wild Bill" wrote in message
...
http://www.aivosto.com/regexpr.html
claims to respond to your wish, almost verbatim.

This is just a report, not an endorsement.

On Fri, 22 Aug 2003 00:35:23 GMT, "William Barnes"
wrote:

Using Excel 2000 under Win2K:

Is there a way in VBA to utilize regular expressions? The Like operator
doesn't seem to fully support them.