Hello,
Im using dependent Combo Boxes in an Excel File. Im trying to figure out how to remove the selected item in one of the Combo Boxes.
Im using the .AddItem Function in the VBA Code to populate the Combo Boxes.
Ive tried .... comboBox1.Items.Remove(comboBox1.SelectedItem) .... but no luck.
I would be grateful for your help. Many Thanks
PT
Bookmarks