View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dok112[_22_] dok112[_22_] is offline
external usenet poster
 
Posts: 1
Default textbox question

Hello,

I have 3 textboxes, and need some help....textbox1 is a input box
textbox2 is a generated number box and textbox3 is a total box. I nee
some help making textbox3 work.

IE.
Textbox1.value = "$400.00"
Textbox2.value = "$0.00" (running total)
Textbox3.value = "0.00" (sum of textbox1 - textbox2)

How do I tell textbox 3 to take the value from textbox1 and subtrac
the value in textbox2 to give the total remaining in textbox3

--
Message posted from http://www.ExcelForum.com