View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
davethewelder davethewelder is offline
external usenet poster
 
Posts: 62
Default combo box selection issue

Hi, I have a combo box which allows the user to select a firm from a
spreadsheet which is the first filter criteria used to run macros for
formatting and editing data for a report.

The list reference by the combo box is 1632 rows long. The combo box allows
you to scroll down to a value, although without the vertical scroll bar, and
select it. If I open the list in the combo box and I press the "M" key the
list does not automatically scroll to the first firm begining with M as in
other programs.

Is it possible to enable this action on a combo box?

Thanks in advance

Davie