I want to filter combobox1 to display 1 item from my list, but it does not work. I tried to put condition on worksheet, but still not working.
Public Sub Worksheet_Initialize()
With ComboBox1
If OptionButton2.Enabled = True Then
.Clear
.AddItem "All"...