Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
WTG WTG is offline
external usenet poster
 
Posts: 11
Default 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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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




  #3   Report Post  
Posted to microsoft.public.excel.programming
WTG WTG is offline
external usenet poster
 
Posts: 11
Default 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.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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.




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I add TextBox.values? WTG Excel Discussion (Misc queries) 1 February 27th 05 08:25 PM
How do I add TextBox.values? WTG Excel Worksheet Functions 1 February 27th 05 08:22 PM
Initialize textbox values phreud[_20_] Excel Programming 4 July 2nd 04 05:18 PM
Adding up values of textbox in Userform Mark Excel Programming 3 April 25th 04 09:10 PM
3 textbox values based on value in ComboBox1 Todd Huttenstine[_2_] Excel Programming 2 November 10th 03 02:19 AM


All times are GMT +1. The time now is 07:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"