Hi Everybody,
I have a combo box with a list of products. Some of the products have gone obsolete and I have been asked to change the combo box list to somehow signify these products thru a background color change or a strikethru font. My question: is it possible to have different attributes for individual items in a combolist? Every attempt I've made with the BackColor, ForeColor and Strikethrough attributes applies the change to the complete list not just the new item I'm adding (the list is re-created in a Workbook_Open function). The combo box is a ActiveX object on an Excel spreadsheet using the AddItem method to create the list.
Thanks in advance.
I have a combo box with a list of products. Some of the products have gone obsolete and I have been asked to change the combo box list to somehow signify these products thru a background color change or a strikethru font. My question: is it possible to have different attributes for individual items in a combolist? Every attempt I've made with the BackColor, ForeColor and Strikethrough attributes applies the change to the complete list not just the new item I'm adding (the list is re-created in a Workbook_Open function). The combo box is a ActiveX object on an Excel spreadsheet using the AddItem method to create the list.
Thanks in advance.