bdickens
Mechanical
- Sep 19, 2005
- 13
Hi all,
I have just started learning VBA.
I have a small problem that I hope somebody may be able to help me out.
I was wondering how you add two TextBoxes together arithmetically.
My code is like this:
TextBox4.Text = TextBox3.Text + TextBox2.Text
but when I put in the data i.e 149 + 92 instead of adding it up to an answer of 241 it comes out 14992.
is there a way of adding up numerically.
thanks
Barry.
I have just started learning VBA.
I have a small problem that I hope somebody may be able to help me out.
I was wondering how you add two TextBoxes together arithmetically.
My code is like this:
TextBox4.Text = TextBox3.Text + TextBox2.Text
but when I put in the data i.e 149 + 92 instead of adding it up to an answer of 241 it comes out 14992.
is there a way of adding up numerically.
thanks
Barry.