Hi
I have a ActiveX combobox in my sheet (combobox1). Instead of using the linked cell property can I use a VBA code to display a number instead of the actual value in the combobox.
The combobox consists of 3 options: "OVERALL","PLACED" and "BANK BARRIER". This is populated via a named range which is set in the properties.
So when:
"OVERALL" is selected then 1 is returned in AN24
"PLACED" is selected then 2 is returned in AN24
"BANK BARRIER" is selected then 3 is returned in AN24
Thanks
I have a ActiveX combobox in my sheet (combobox1). Instead of using the linked cell property can I use a VBA code to display a number instead of the actual value in the combobox.
The combobox consists of 3 options: "OVERALL","PLACED" and "BANK BARRIER". This is populated via a named range which is set in the properties.
So when:
"OVERALL" is selected then 1 is returned in AN24
"PLACED" is selected then 2 is returned in AN24
"BANK BARRIER" is selected then 3 is returned in AN24
Thanks