View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Doug Glancy Doug Glancy is offline
external usenet poster
 
Posts: 770
Default Custom control event problem

Off the top of my head, you might try the Click event instead.

hth,

Doug


wrote in message
ups.com...
Hi,

I created a VB6 custom combo box in order to make the dropdown list
scrollable by mouse wheel. It works fine with the mouse wheel, but it
never
triggers the change() event?
Does any one have any idea about this.
Really appreciated.