|
-
Mar 15th, 2000, 01:32 PM
#3
New Member
you can try an isnumeric statement
I hope this is right its been a while since I've used this statement, and I don't have vb installed on this computer so I don't know if this works, but it should
Private Sub Text1_Change()
If IsNumeric(Text1.Text) = False Then
MsgBox "only numbers are supported"
End If
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|