Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am attempting to add these TextBox Values and place the results into
TextBox503 but am having no luck. It will place the value of TextBox1 into TextBox503 but will not add the values in the other TextBoxes. Private Sub TextBox1_Change() TextBox503.Value = CDbl("0" & TextBox1.Value) + CDbl("0" & TextBox2.Value) + CDbl("0" & TextBox3.Value) TextBox503.Text = Format(TextBox1.Text, "0.0000") End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validating values in textboxes | Excel Programming | |||
Adding values in textboxes... | Excel Programming | |||
Adding values in textboxes... | Excel Programming | |||
Adding the values of 2 textboxes | Excel Programming | |||
Add values of textboxes together | Excel Programming |