View Single Post
 
Old 01-30-2021, 06:50 AM
TA9523 TA9523 is offline Windows 10 Office 2016
Novice
 
Join Date: Jan 2021
Posts: 8
TA9523 is on a distinguished road
Thumbs up

Quote:
Originally Posted by gmayor View Post
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!
Reply With Quote