View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_227_] Leith Ross[_227_] is offline
external usenet poster
 
Posts: 1
Default Textbox Question


Hello Greg,

Here's the code...

Dim tbSum

tbSum = Val(TetxBox1.Value) + Val(TextBox2.Value)
TextBox3.Value = tbSum

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=482469