J
Junior
strSupv is a single character string value from 0 through 9 or A through R.
I want to test for strSupv values between "2" and and "I"
why doesn't the below code exclude strSupv value "O"?
thanks
If (strSupv > "1" And strSupv <= "I") And strPyPln <> "2" Then .....
I want to test for strSupv values between "2" and and "I"
why doesn't the below code exclude strSupv value "O"?
thanks
If (strSupv > "1" And strSupv <= "I") And strPyPln <> "2" Then .....