If Not IsNumeric(Chr(KeyAscii)) Then KeyAscii = 13

I am using the above and need to add backspace and decimal to the allowed characters. I'm at work and don'thave msdn to look it up...

Help please...code...chr(ascii) what?