Hi!
I have a an excel 2003 woorkbook with some sheets. In one of the sheets one of the columns consists of comboboxes with 4 different values. I have a userform where i look up the correct row, and then add the same text as in the comboxbox. But somehow it does not count as if i had choosen the value manually(it counts the comboboxes that have a value). Unfortunately I'm not allowed to do any changes to the file...
But I have an idea, as the comboboxes has the same values. Is there a way I can edit the combobox value by setting the correct range and then tell it to use combobox.index(3) as an example?
Or how do I edit the combobox in a native way?
I have a an excel 2003 woorkbook with some sheets. In one of the sheets one of the columns consists of comboboxes with 4 different values. I have a userform where i look up the correct row, and then add the same text as in the comboxbox. But somehow it does not count as if i had choosen the value manually(it counts the comboboxes that have a value). Unfortunately I'm not allowed to do any changes to the file...
But I have an idea, as the comboboxes has the same values. Is there a way I can edit the combobox value by setting the correct range and then tell it to use combobox.index(3) as an example?
Or how do I edit the combobox in a native way?