View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff[_2_] Harald Staff[_2_] is offline
external usenet poster
 
Posts: 449
Default Calculating TextBoxes

Sure, put the calculation code in the Textbox12_Change event.

HTH. Best wishes Harald

"Patrick C. Simonds" wrote in message
...
When I change TextBox12 I would like the value of TextBox13 to be
TextBox12 - TextBox11/24 .

Is this possible?