View Single Post
  #2 (permalink)  
Old September 10th, 2006, 05:13 AM
xargon17 xargon17 is offline
Registered User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi jamara. I ran into a similar problem. I finally found out the issue was with the line:

ex = New RegExp

Needs to read:

Set ex = New RegExp

Such a simple thing I wish the error messages from the runtime were a bit more helpful though.
Reply With Quote