ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I add TextBox.values? (https://www.excelbanter.com/excel-programming/324177-how-do-i-add-textbox-values.html)

WTG

How do I add TextBox.values?
 
How do I add the Values of several Text Boxes

And place it in Another Text Box.

So the Sum of Text Boxes 1 to 13 is printed in text Box 14

Thanks for the Help.

Wally



Bob Phillips[_6_]

How do I add TextBox.values?
 
TextBox14.Text = Val(TextBox1.Text) + Val(TextBox2.Text) + ... etc.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"WTG" wrote in message
...
How do I add the Values of several Text Boxes

And place it in Another Text Box.

So the Sum of Text Boxes 1 to 13 is printed in text Box 14

Thanks for the Help.

Wally





WTG

How do I add TextBox.values?
 
Thanks Bob

I'll try better next time to keep it in programming.

Thanks

Wally


On Sun, 27 Feb 2005 20:21:29 -0000, "Bob Phillips"
wrote:

TextBox14.Text = Val(TextBox1.Text) + Val(TextBox2.Text) + ... etc.



Bob Phillips[_6_]

How do I add TextBox.values?
 


--

HTH

RP
(remove nothere from the email address if mailing direct)


"WTG" wrote in message
...
Thanks Bob

I'll try better next time to keep it in programming.

Thanks

Wally


On Sun, 27 Feb 2005 20:21:29 -0000, "Bob Phillips"
wrote:

TextBox14.Text = Val(TextBox1.Text) + Val(TextBox2.Text) + ... etc.





Bob Phillips[_6_]

How do I add TextBox.values?
 
or post it to all groups in one message, it cross-updates then.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"WTG" wrote in message
...
Thanks Bob

I'll try better next time to keep it in programming.

Thanks

Wally


On Sun, 27 Feb 2005 20:21:29 -0000, "Bob Phillips"
wrote:

TextBox14.Text = Val(TextBox1.Text) + Val(TextBox2.Text) + ... etc.






All times are GMT +1. The time now is 12:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com