Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a combo box (ComboBox1) on a spreadsheet which is linked to a range
name ("Masterlist") which includes a list of titles. I'm trying to get the combo box to automatically select from the list as I'm typing the characters in the title. Does anyone have code that will allow this to happen? I want to be able to type each letter and as I do, the selector will move up and down the combo box matching what has been typed. Thanks for your help. Roger |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If it did that, it would interrupt your typing by filling the box with your
first match. When the selection is made, the selection is made. -- Regards, Tom Ogilvy "Roger L" wrote: I have a combo box (ComboBox1) on a spreadsheet which is linked to a range name ("Masterlist") which includes a list of titles. I'm trying to get the combo box to automatically select from the list as I'm typing the characters in the title. Does anyone have code that will allow this to happen? I want to be able to type each letter and as I do, the selector will move up and down the combo box matching what has been typed. Thanks for your help. Roger |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tom,
I'm not sure if I was clear enough on my post. I'm trying to get the same affect that Yahoo has on it's search engine. On Yahoo, if you were to type in the search field, let's say "Dog ", it would automatically show a drop down list of anything that begins with "Dog " and any trailing words in their search list. As you type more like "Dog B" for "Breed", it would go down the list for the closest match. Once you find what you are looking for you would hit the enter key. This is what I'm trying to do with this Masterlist using a combo box. I want to be able to have the cursor go down to the closest match on my "Masterlist" range name and allow me to scroll up or down until I find what I'm looking for and than simply hit the enter key to select. I guess you can say it is like an autofill based on the "Masterlist" data. Is this possible? Thanks for your help. Roger "Tom Ogilvy" wrote: If it did that, it would interrupt your typing by filling the box with your first match. When the selection is made, the selection is made. -- Regards, Tom Ogilvy "Roger L" wrote: I have a combo box (ComboBox1) on a spreadsheet which is linked to a range name ("Masterlist") which includes a list of titles. I'm trying to get the combo box to automatically select from the list as I'm typing the characters in the title. Does anyone have code that will allow this to happen? I want to be able to type each letter and as I do, the selector will move up and down the combo box matching what has been typed. Thanks for your help. Roger |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert select button on excel worksheet to auto transfer data. | Excel Worksheet Functions | |||
Auto Populate Combo Box When Opening a Worksheet | Excel Programming | |||
Auto Select Next Item in Combo Box | Excel Programming | |||
I need a specific value in auto filter to fill a combo box and than match the select value in 2 other columns. | Excel Worksheet Functions | |||
How do I set up a combo box to select one value but pas an other . | Excel Programming |