i have 6 textboxes that i would like to add them and total them and add the total into textbox called "quantity" i got the idea below but it does not seem to work
Dim suma As Integer
suma = small.Text + medium.Text + large.Text + xl.Text + xxl.Text + xxxl.Text
quantity.Text = suma
Start Free Trial