![]() |
|
|
|
#1
|
|||
|
|||
|
Code:
For Each x In TB_UserAddress.Text
For Each d In JustThisString
If x = d Then GoTo Good
Next
MsgBox("Error Address", MsgBoxStyle.OkOnly, "Error") : Exit Sub
Good:
Next
__________________
http://youtu.be/H0QfVDebLFg |
| The Following User Says Thank You to The Old Pirate For This Useful Post: | ||
Indigo (07-19-2019) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|