Seems to have worked, thank you very much especially for your quick correspondence, and I'll add the vbcode thingy next time.
Thanks again.
User Profile
Collapse
-
No operator limits?
This problem has been bugging me for days, I just can't get my head round it, I'm a relative newbie to VB, anyway my code says this:
If Asc(varUserInpu t) >= 48 Or Asc(varUserInpu t) <= 57 Then
Print varUserInput & ":" & " Is a Number"
ElseIf Asc(varUserInpu t) >= 58 Or Asc(varUserInpu t) <= 64 Then
Print varUserInput & ":" &...
No activity results to display
Show More
Leave a comment: