Did you tested my solution, see post #14.
I've added these two codes for you.
' look here how it should be
If Integer.TryParse(counter, total) Then
TextBox5.Text = TextBox3.Text / counter
End If
If Integer.TryParse(counter1, total1) Then
TextBox6.Text = TextBox2.Text / counter1
End If
Should work now.

New Topic/Question
Reply





MultiQuote





|