How to do regular expression pattern matching from a VBA macro?

D

Dave Jenkins

I have a macro in which I'd like to take advantage of regex processing.

1) I don't see any built-in support in VBA - am I missing it somewhere?
2) Is it possible to utilize Java classes from within VBA? How?
 
B

Bob Buckland ?:-\)

Hi Dave,

You may want to post this in the MS Office developer newsgroup
(link below).

=======
I have a macro in which I'd like to take advantage of regex processing.

1) I don't see any built-in support in VBA - am I missing it somewhere?
2) Is it possible to utilize Java classes from within VBA? How?
--
Dave Jenkins<<
--
LLet us know if this has helped you,

Bob Buckland ?:)
MS Office System Products MVP
*courtesy is not expensive and can pay big dividends8

A. Specific newsgroup/discussion group mentioned in this message:
news://msnews.microsoft.com/microsoft.public.officedev
or via browser:
http://microsoft.com/communities/newsgroups/en-us/?dg=microsoft.public.officedev

B. MS Office Community discussion/newsgroups via Web Browser
http://microsoft.com/office/community/en-us/default.mspx
or
Microsoft hosted newsgroups via Outlook Express/newsreader
news://msnews.microsoft.com
 
D

Dave Jenkins

Thanks, Bob.

I discovered last night that I could use vbscript classes to do the regex
searching, and I'm off and running.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top