VBA and Regular expressions

  • Thread starter Thread starter pfsardella
  • Start date Start date
Fritz,

In VBA, go to the Tools menu, choose References, and set a
reference to the "Microsoft VBScript Regular Expressions 5.5"
object library. This will allow you to use regular expressions via
the RegExp object.
 
Hi,

how to use Regular expressions with VBA without buying an additional tool or
using Perl.
Any possibility to do some vbs and to use the output of an
regexp.vbs-Function out of vba?

thanks for your time + effort in advance.

fritz
 
that's cool and not that far away. Should have thought of this.
Thanks a lot !!!
:-))

fritz
 
Back
Top