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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top