Hello,
if i translate the keycode from the keydown event, using:
myLetter= chr(keycode)
then I get always a capitalized letter.
How can i translate this letter to a normal one?
eg. the user presses 'b', but if i use 'debug.print chr(keycode)' i get a 'B'




Reply With Quote