See http://www.mvps.org/access/modules/mdl0063.htm at "The Access Web", or
my October, 2003 "Access Answers" column in Pinnacle Publication's "Smart
Access". You can download the column (and sample database) for free at
http://www.accessmvp.com/DJSteele/SmartAccess.html

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> Hi NG,
>
> How can i create a new regexp object in an Access VBA project?
>
> Thank you,
> Zz7
found it
set o = createobject("vbscript.regexp")
Regards,
Zz7
> Hi NG,
>
> How can i create a new regexp object in an Access VBA project?
>
> Thank you,
> Zz7
ANTONIO CARLOS HOPPNER - 16 May 2008 23:11 GMT
OK
found it
set o = createobject("vbscript.regexp")
Regards,
Zz7
> Hi NG,
>
> How can i create a new regexp object in an Access VBA project?
>
> Thank you,
> Zz7