chichaspowa
New Member
- Joined
- Sep 6, 2010
- Messages
- 46
Hi can someone help me out on this piece of code that is giving me an error.
Thanks
Code:
Dim xtotal As Integer
xtotal = Int(TextBox11.Value) + Int(TextBox12.Value) + Int(TextBox13.Value) + _
Int(TextBox14.Value) + Int(TextBox15.Value) + Int(TextBox16.Value) + _
Int(TextBox17.Value) + Int(TextBox18.Value) + Int(TextBox19.Value) + _
Int(TextBox20.Value)
If xtotal = Int(TextBox21.Value) Then
Thanks