View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Phil Floyd Phil Floyd is offline
external usenet poster
 
Posts: 14
Default Combobox Selection

I have an ActiveX combobox in a worksheet. It is filled with a list located
on the same sheet. I have set the MatchEntry properties to
fmMatchEntryComplete. How can I select E25 after the Enter or Tab key is
pressed? I can't get any of the events for the combobox to work the way I
need.
Phil