chris-uk-lad
Registered User.
- Local time
- Today, 02:29
- Joined
- Jul 8, 2008
- Messages
- 271
Im trying to make sure an incoming string follows the format ***-****** but the below line doesnt awknowledge values that do follow the format
Where each * is a number or character. What am i doing wrong with this :s
Many Thanks
Code:
If val1 = "***-******" Then
Where each * is a number or character. What am i doing wrong with this :s
Many Thanks