R
Ronald Dodge
Is there a way to convert the KeyCode to ASCII code. Main reason for this,
I can then compare the code to the code I need more easily and still be able
to cancel out the keystroke by changing the KeyCode to '0', should it need
to be cancelled. I already have setup most of my general data validation
codes to be ran through the KeyDown Event. Once converted to the ASCII
code, I can use the Chr function to convert it to character, should I need
to do that.
I can then compare the code to the code I need more easily and still be able
to cancel out the keystroke by changing the KeyCode to '0', should it need
to be cancelled. I already have setup most of my general data validation
codes to be ran through the KeyDown Event. Once converted to the ASCII
code, I can use the Chr function to convert it to character, should I need
to do that.