Thread
:
VBE replace with pattern matching?
View Single Post
#
1
Posted to microsoft.public.excel.programming
RB Smissaert
external usenet poster
Posts: 2,452
VBE replace with pattern matching?
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
Reply With Quote
RB Smissaert
View Public Profile
Find all posts by RB Smissaert