ComboBox text
Hello all,
I am populating a comboBox (let's call it comboBox2) via .AddItems based on a value selected in a "previous" comboBox (let's call this one comboBox1).
As I can see and select from them, comboBox2's values seem to be populating correctly. However, when I select a value, it is placed in the linkedCell, but the selected value is not displayed in comboBox2 itself.
This is likely very simple and obvious. Any help is greatly appreciated.
tim
|