Thread: textbox codes
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
tindatrue tindatrue is offline
external usenet poster
 
Posts: 5
Default textbox codes

Many thanks for your reply,
kindly let me know where to put tese codes, there are many events in
textBox, like change,dblClick etc etc ????
--
aaaaaaaa


"Ron de Bruin" wrote:

Try this

Change the names to your TextBox names

With UserForm1
.TextBox3.Text = CDbl(.TextBox1.Text) * _
CDbl(.TextBox2.Text)
End With


--
Regards Ron de Bruin
http://www.rondebruin.nl



"tindatrue" wrote in message ...
i have three TextBoxes
txtPrice,txtQty and txtTotal

i want codes for these textboxes,when a user put the price in txtPrice and
Quantity in txtQty,the txtTotal wil automatically show the the value i.e.
price*Qty=Total
is there anyone who can help me

thanks
--
Neil