Listbox Checkbox event

Is there an event that fires when you click on the CHECKBOX row in a LISTBOX?

The CHANGE event fires… but the state of the checkbox doesn’t change until AFTER that event…

I need to update corresponding rows in an array in synch with the user checking or unchecking a row in the listbox

CELLACTION

David,

I am quite sure that you know about the three states of a CheckBox.

I re-discover that yesterday while running a very old project (> 11 y/o).