Hi!
I have 5 textboxes and im trying additing all of them and then multiply the result with textbox6.text
My code:
[ResultBox.Text = (Val(TextBox1.Text) + Val(TextBox2.Text) + Val(TextBox3.Text) + Val(TextBox4.Text) + Val(TextBox5.Text))* Val(Multiply.Text)]
Result is allways 0 :'(
Help!
Sry for bad English
VB 10 calculating textboxes
Page 1 of 16 Replies - 232 Views - Last Post: 16 January 2013 - 10:33 AM
Replies To: VB 10 calculating textboxes
#2
Re: VB 10 calculating textboxes
Posted 14 January 2013 - 08:16 AM
So what's wrong with the situation?
#3
Re: VB 10 calculating textboxes
Posted 14 January 2013 - 08:26 AM
#5
Re: VB 10 calculating textboxes
Posted 14 January 2013 - 09:25 AM
Yeah.. you should be slapping a break point there and verifying you have the right numbers... and are not multiplying by zero, etc.
#7
Re: VB 10 calculating textboxes
Posted 16 January 2013 - 10:33 AM
Care to explain whatcha did?
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote








|