This function will allow only Numbers in text boxed
This function will allow only Numbers in text boxed
Rate This function will allow only Numbers in text boxed
(2(2 Vote))
On Error GoTo LOCALERRORHANDLER
If (KPress >= 48 And KPress <= 57) Or KPress = 8 Or KPress = 13 Then
fnOnlyNumber = KPress
Else
fnOnlyNumber = 0
End If
Exit Function
LOCALERRORHANDLER:
fnOnlyNumber=0
This function will allow only Numbers in text boxed Comments
No comments yet — be the first to post one!
Post a Comment