Thread: Combo Box
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul W Smith Paul W Smith is offline
external usenet poster
 
Posts: 74
Default Combo Box

I am using a combobox control. I want an event to fire only when the
value(or text) of that combo box is changed by the user, i.e. not when it is
loaded using AddItem. I recall that this is possible, possibly using either
Keyup or Keydown.

Can someone knowlegable supply with some example code.

Many thanks,

Paul Smith