I currently have a set of ListBox controls on a worksheet tab. They are all configured as multi-select and i have the values populated via the ListFillRange properties. Each listbox has an '{All}' option; when the user clicks on this value I want to de-select all other previously selected values. The code for this is straightforward enough, but I cannot get it to fire using the _Click event. Does anyone know why this is not working?
Additionally, I attempted to use the _Change event but quickly got caught in recursive loops which obviously is not going to cut it.
Additionally, I attempted to use the _Change event but quickly got caught in recursive loops which obviously is not going to cut it.