View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
cosmic mo[_3_] cosmic mo[_3_] is offline
external usenet poster
 
Posts: 1
Default Summing the values in text boxes


Thanks for the suggestion, Jim. It turns out there was a separate erro
causing my problems.

I love it when that happens...

Morgan

Jim Thomlinson Wrote:
Generally speaking that should work, but you need to run that code whe
any
of the textboxes change... Another thing to try would be to conver
the
values to numbers (text boxes hold text strings)...

txt4 = cdbl(txt1.value) + cdbl(txt2.value) + cdbl(txt3.value)

--
HTH...

Jim Thomlinso


--
cosmic m
-----------------------------------------------------------------------
cosmic mo's Profile: http://www.excelforum.com/member.php...fo&userid=2090
View this thread: http://www.excelforum.com/showthread.php?threadid=52333