VBA and Regular expressions

C

Chip Pearson

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.
 
F

Friedrich Muecke

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
 
F

Friedrich Muecke

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

Top