Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a form with 3 text boxes. I want to add the values
in each to get a total and show the total in a label. I'm using this code: Total = txtHouseCost.Value + txtLotCost.Value + txtOptionCost.Value lblTotalNum = Total If I enter a 1, a 2 and a 3 in each box I get 123 not 6. It looks like I am concattinating, not summing. What have I missed? Thanks for the help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding numbers and text | Excel Discussion (Misc queries) | |||
Comparing text and then adding numbers if the text matches | Excel Worksheet Functions | |||
Adding numbers to text! | Excel Worksheet Functions | |||
adding cells with text and numbers | Excel Discussion (Misc queries) | |||
Adding cells with numbers and text | Excel Worksheet Functions |