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 "-"
Thanks
NimishK
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 "-"
Code:
KeyAscii = -KeyAscii * CLng(Chr(KeyAscii) Like "#")
If KeyAscii = 0 Then Beep
Thanks
NimishK