Hi,
In a worksheet, I created a MultiSelectMulti ActiveX ListBox called ListBox1. The code is in the target worksheet called Feuil1.
Part of the code in the _change() event handler does not to execute.
According to the documentation (docs . microsoft.com/en-us/office/vba/language/reference/user-interface-help/change-event), it should fire for the following:- Clicking a CheckBox
- Selecting a new text value for a ListBox
As per below example, the MsgBox executes fine every time I un/select a row. Yet, weirdly, the .BackColor does not. I've to open the debugger and manually press F8 for it to execute.
Does someone have an idea as to why this happens?
Thanks,
Kevin
Bookmarks