VBE replace with pattern matching?

  • Thread starter Thread starter RB Smissaert
  • Start date Start date
R

RB Smissaert

Is it possible to do a global replace in the whole project
with pattern matching?

For example I have:
If Not strVar = ""

and I would like to replace it with:
If Len(strVar) > 0

RBS
 
Thanks, I use that, but I didn't see it could do a replace with patterns
matching.

RBS
 

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

Back
Top