Kai so, I know this may sound a little silly, but I cannot add numbers no matter what I do. The numbers that you enter into the text boxes, just add onto the other one ei: Text box 1: 3 Text box 2: 4 Text Box 3: 6
and the sum of the numbers is 346, when we all know that its 13. I cannot figure out the code to make them add together.
Answer from Richard Rost:
You want to add the VALUE of the text in the box, not the text itself.
=VAL(box1)+VAL(box2)
I cover this in my introductory VB class.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Visual Basic Forum.