regex string matching

  • Thread starter Thread starter Jamie Martin
  • Start date Start date
J

Jamie Martin

Can VBA do regex string matching? Can it do a conditional replace based on
what was found?

If not and I wanted to spend a million hours working on it, is it
theoretically possible for a VBA procedure to pass a string to Perl?

Thanks for your help,

Jamie
 
On my system, it is found by going to the VBA editor, <Tools> <Reference>
and selecting:

'// Microsoft VBScript Regular Expressions 5.5

HTH.
 
Back
Top