I wrote a worksheetfunction which returns all selected items from a active x listbox with multi selection enabled.
The problem is that if selection in listbox is changed the function doesnt recalc because the listbox does not send an event. The function recalcs fine on shift+f9.
Adding application.volatile doesnt change this either.
Can I use SelectedIndexChanged to trigger a recalc of the sheet? How would I do this please?