Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Dennis,
T1.value+t2.value concatenate the result. I have tried with text and value. Same result. Anyway, thanks for your interest and suggestion. Cheers. -----Original Message----- The contents of a textbox is just that, text. So when you write Total.ext = TextBox1.text + TextBox2.text + TextBox3.text, Excel believes you are asking for concatenation, just like "Apple" + "Pie" = "Apple Pie". What you should be doing to get an arithmetic sum is writing Total.Value= TextBox1.Value+TextBox2.Value+TextBox3.Value -- Dennis Eisen . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Default font for pasted text in text boxes - Excel 2007 | Excel Discussion (Misc queries) | |||
User Form Text Boxes - Copy format of text boxes | Excel Discussion (Misc queries) | |||
How to Import Visio Text Boxes into Excel as Text | Excel Discussion (Misc queries) | |||
How do I link Text Boxes to Cells, not Cells to Text Boxes? | Excel Worksheet Functions | |||
In Excel, option to enter text in cells the same as text boxes | Excel Worksheet Functions |