Accept only upper-case letter
Hi to all
I want when the user type lower-case letters convert to upper-case letters
After some dig in the internet i found this KeyAscii = Asc(UCase(Chr(KeyAscii))) on the keypress event where it works great for English characters BUT when i type Greek characters they show me runtime error 5
Any idea???
Hi to all
I want when the user type lower-case letters convert to upper-case letters
After some dig in the internet i found this KeyAscii = Asc(UCase(Chr(KeyAscii))) on the keypress event where it works great for English characters BUT when i type Greek characters they show me runtime error 5
Any idea???
Last edited: