S
sigh
Hi,
I have a text box that have to be input as Alpha or
Asterisk "*". Here's my statment.
If Not TextBox1.Text Like "[a-z] then
msgbox...
End IF
In this statment I only allow to input the Alpha not
Asterisk. What statment I should use? so, I can either
input the Alpha or the Asterisk "*"?
Any help would be very appreciated.
I have a text box that have to be input as Alpha or
Asterisk "*". Here's my statment.
If Not TextBox1.Text Like "[a-z] then
msgbox...
End IF
In this statment I only allow to input the Alpha not
Asterisk. What statment I should use? so, I can either
input the Alpha or the Asterisk "*"?
Any help would be very appreciated.