I am new to VB and am trying to build a simple loop to add numbers from two text boxes and display the result in a label. For instance, if the user inputs 1 and 5 into two text boxes and then clicks on the sum command button, the code will add 1+2+3+4+5 and display the result in the result label. Can anyone help me with the code?