I have a listbox on a worksheet. The properties on this listbox is [1-fmMultiSelectMulti] and [1-fmListStyleOption]. So just to clarify, the items on the listbox is such that there are checkboxes besides the list of items. In the Listbox1_Change procedure, I have code to loop thru Listbox1.selected(i). So, if an item is selected, I have code to do something. But, I also want to do something if an item is de-selected, so to speak. Is there a way to do this??