View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default pattern matching w/o using VBScript's RegExp Object

It would help to show the lines(s) which are causing the error.

Tim

--
Tim Williams
Palo Alto, CA


"Chris W." wrote in message
...
Hi, Someone had given me a routine to test for invalid
emails using The VBscript RegExp Object. It works great,
but when I try to migrate it to my enduser they get a
Compile error. when I comment out the reference to the
Vbscript object, No compile error. Can anyone tell me if
there is a compatible functionality available for pattern
matching in VBA, or does anyone have a routine in VBA that
filters out invalid emails. Thank you!!!