View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
isabelle isabelle is offline
external usenet poster
 
Posts: 587
Default Multi listbox change event - selected or deselected

yes you're right and then just replace the "MsgBox..." by run another code in case is "select" or "deselect"

--
isabelle

Le 2011-04-24 03:52, mscir a écrit :

Would it work to keep the total number of selected items in a static variable,


and then you just count the selected items and compare it to the previous total in each click event,


then update the total to the current number?