View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Excelerate-nl Excelerate-nl is offline
external usenet poster
 
Posts: 33
Default Combobox change event only by UI

How to get an Combobox change event ONLY when the Combobox is changed through
user interface (ie dropdown and select) and not by a change in rowsource or
listindex through VBA code??
I would like to prevent a trigger of the change event when changes are made
to the properties of the Combobox.

Thanks,

JB