Hi NG, How can i create a new regexp object in an Access VBA project? Thank you, Zz7
Z zz7 May 11, 2008 #1 Hi NG, How can i create a new regexp object in an Access VBA project? Thank you, Zz7
D Douglas J. Steele May 11, 2008 #2 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
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
A ANTONIO CARLOS HOPPNER May 16, 2008 #4 OK "zz7" <[email protected]> escreveu na mensagem found it set o = createobject("vbscript.regexp") Regards, Zz7
OK "zz7" <[email protected]> escreveu na mensagem found it set o = createobject("vbscript.regexp") Regards, Zz7