Hello
Slight modifciation required from below code.
I want to enter the text in textbox with Numeric Values with "-" For eg Date 22-09-2009
what will be the change in the below code to acheive with numeric values and "-"
KeyAscii = -KeyAscii * CLng(Chr(KeyAscii) Like "#")
If KeyAscii =...