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

Solved my own question..... I was over complicating things, it was the
combobox Click event I needed.


"Paul W Smith" wrote in message
...
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