View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Ostermann[_3_] Peter Ostermann[_3_] is offline
external usenet poster
 
Posts: 37
Default Click event of combobox

Hi folks,

how can I make the line "click event sensitive"
that is selected by key. Example: I open the
combobox list, press "z" and the first line
beginning with "z" is selected. This line
is not "click event sensitive" anymore.
(but I need it to release my routine
for a click-selected line)

That would not be problem when I want to
select another line in that area. But if
I need the click event (change event happened
already) with this line I would have to click
another line and then this again. No user
would accept that mess. I believe there
is a simple solution. Who can give that
hint. Thanks in advance.

Peter Ostermann