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

UPDATED.
I can fix this problem using this code
Quote:
Do While .Execute(findText:=CStr(vID(i)) & "<*>", MatchWildcards:=True)
And this code works excellent, except one thing. I have cases where tag "1D-EXX94503-A3-B25"
In this case code return only "1D-EXX94503" till the first "-" characters. How can I fix it? I think I need to return value until first space but I don't know how to realize this or maybe somebody can suggest another way
Reply With Quote