Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a problem with adding up the values selected in some comboboxes.
the code I was using that is NOT working is: If ComboBox6.List(ComboBox6.ListIndex, 0) + ComboBox8.List(ComboBox8.ListIndex, 0) + ComboBox10.List(ComboBox10.ListIndex, 0) + ComboBox12.List(ComboBox12.ListIndex, 0) + ComboBox14.List(ComboBox14.ListIndex, 0) TextBox47.Value Then Is there a problem with the above? I get NIL Value from it. The list Index is correct for each. Corey.... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding items to ComboBox in a loop? | Excel Programming | |||
Fill values into a listbox matching selected values from a combobox | Excel Programming | |||
Adding items to a ComboBox in Excel VBA | Excel Programming | |||
Dynamically adding data to a Combobox? | Excel Programming | |||
3 possible methods for adding value to a combobox | Excel Programming |