Kodlar şu şekilde ;
Label24.Text = Int(TextBox1.Text) + Int(TextBox2.Text) + Int(TextBox3.Text) + Int(TextBox4.Text) + Int(TextBox5.Text)
Mesela textbox1'e bir değer girilmezse atlasın textbox 2'ye geçsin devam etsin işlem.
Konu: Textbox boşsa geçsin
Label24.Text = Int(TextBox1.Text) + Int(TextBox2.Text) + Int(TextBox3.Text) + Int(TextBox4.Text) + Int(TextBox5.Text)