Detect if mult-select list box row is selected?

M

mscertified

In a multi-select listbox, how can I detect if the user is clicking on an
already selected row? I need to take some action if the row is being selected
but not if it is being unselected.

Thanks.
 
C

Chuck

In a multi-select listbox, how can I detect if the user is clicking on an
already selected row? I need to take some action if the row is being selected
but not if it is being unselected.

Thanks.

Background should change color for values selected.

Chuck
--
 
C

Chuck

In a multi-select listbox, how can I detect if the user is clicking on an
already selected row? I need to take some action if the row is being selected
but not if it is being unselected.

Thanks.

Don't have ANY actions take place until after the listbox has lost focus.

Chuck
--
 
Top