I saw in a MSDN article of doing pattern matching in VB.
It's from an article entited "Regular Expression" by Mike McMillan from "Visual Basic Developer, Pinnacle Publication"
It details the use of
objects with properties like
.
Unfortunately, in VBA for Access, I fail in trying to just declare a
. What object libraries under Tools->References do i need for this?
It's from an article entited "Regular Expression" by Mike McMillan from "Visual Basic Developer, Pinnacle Publication"
It details the use of
Code:
RegExp
Code:
Pattern
Unfortunately, in VBA for Access, I fail in trying to just declare a
Code:
RegExp