Another Problem with Regex Pattern

E

ExcelMonkey

Why would this not be working in VBA? There are not any double quotes in the
pattern itsleft. I am getting a Run-time 5017 Run-Time error.

(?<!')\$?[A-Z]\$?\d+:)\$?[A-Z]\$?\d+)?

Thanks

EM
 
R

Ron Rosenfeld

Why would this not be working in VBA? There are not any double quotes in the
pattern itsleft. I am getting a Run-time 5017 Run-Time error.

(?<!')\$?[A-Z]\$?\d+:)\$?[A-Z]\$?\d+)?

Thanks

EM

Neither VBScript nor Javascript support look-behind assertions.
--ron
 

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