here is my code

Archit

Member
Joined
Jan 12, 2010
Messages
10
Programming Experience
1-3
here is my code

Dim a As Integer
Try
a = TextBox1.Text / 1
Catch ex As Exception
MsgBox("Number please")
End Try
 
Last edited by a moderator:
here is my code

Dim a As Integer
Try
a = TextBox1.Text / 1
Catch ex As Exception
MsgBox("Number please")
End Try
I'm at something of a loss as to how this relates to the original question. :confused:
 
Back
Top