Quote:
Originally Posted by gmayor
The code I posted assumed that the 'x' indicated a number. Try instead
Code:
Do While .Execute(findText:=CStr(vID(i)) & "[0-9A-Z\-]{1,}>", MatchWildcards:=True)
See Replace using wildcards
|
Thanks a lot. It works excellent!