Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perhaps you just need a subroutine to do the update. This could then be
called by the On_Change event of the other text boxes. eg. (pseudo code) sub UpdateTotalBox() Textbox10.Value = TextBox1.Value +Textbox2.Value .. etc. End sub --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
UserForm text will not wrap | Excel Discussion (Misc queries) | |||
Userform List box to Text Box | Excel Discussion (Misc queries) | |||
format userform text box | Excel Discussion (Misc queries) | |||
userform text boxes | Excel Programming | |||
Userform text box | Excel Programming |