View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
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