How to Validate a text box using Like operator
Posted on July 20, 2011
1 2 | 'Controls - How to Validate a text box using Like operator If Text1 Like "[A-Z][A-Z]-###" Then Print "OK" |
1 2 | 'Controls - How to Validate a text box using Like operator If Text1 Like "[A-Z][A-Z]-###" Then Print "OK" |