Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in a userform i am trying to add some fields together, but it concatenates
the fields together instead of adding them if textbox 1 is 10 and textbox2 is 5 me.textbox1.value + me.textbox2.value gives me 10 5 -me.textbox1.value*-1 + -me.textbox2.value*-1 gives me 15 multiplication works, too, just not addition anyone know why? -- Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Addition of Days | Excel Discussion (Misc queries) | |||
Addition? | Excel Discussion (Misc queries) | |||
addition | New Users to Excel | |||
row addition | Excel Worksheet Functions | |||
Userform addition question | Excel Programming |