Searchable dropdown list with combo box

Bagsy

Active Member
Joined
Feb 26, 2005
Messages
467
Office Version
  1. 365
Platform
  1. Windows
Hi I have run into a problem, I hope somebody can help me out a bit. I have a dropdown list in D7 on a sheet called cost sheet, with the data on another sheet called data, (this is in column B4:B106),in a table but obviously automatically updates as new rows are added to the table.

I have created the formulas within the table and added the combo box on the cost sheet , but when I type in the combo box it only suggests the first example and prefills into cell D7 instead of listing all the items that meet the search criteria.

Eg

If I type pad into the combo box I only get this (Pad 100121602-AF type I, round seal PDX8) this is the first pad on the list

Capture.PNG

This shows up as this on my data sheet as
Capture 2.PNG

If I then delete 100121602-AF type I, round seal PDX8 from the Combo box so I am just left with pad, it will then list all the pads in the combo box & on the data sheet.
Capture3.PNG


Capture 4.PNG


Obviously if I type pad into the combo box I want it to list all the pads instead of selecting the first one from the list, I am unsure what I have done wrong
Any help would be very much appreciated
 

Attachments

  • Capture 2.PNG
    Capture 2.PNG
    20.6 KB · Views: 3
  • Capture 4.PNG
    Capture 4.PNG
    53.3 KB · Views: 2
  • Capture 2.PNG
    Capture 2.PNG
    13.8 KB · Views: 2
  • Capture 4.PNG
    Capture 4.PNG
    17.5 KB · Views: 4

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Upvote 0
Hi Dave
thanks for your help, the only cdode on the combo box is
Private Sub ComboBox1_Change()
ComboBox1.DropDown
End Sub
 
Upvote 0
Here's an example of a searchable combobox in a single cell:
deCombobox - sheet,1 cell, searchable,filter - example 1.xlsm

If you want a searchable combobox in multiple cells, you can find an example here:
best-way-to-create-a-searchable-drop-down-list-with-auto-complete-functionality-to-cells-in-a-column

If you're interested, I can help you set it up on your file.

Thanks Akuini
That is awesome I have adjusted the code to sort my needs and its brilliant, Just a quick question, can you change the properties of the combo box so the drop down list is larger with bigger text
 
Upvote 0
can you change the properties of the combo box so the drop down list is larger with bigger text

Which combobox are you reffering to? the first one or the second one?
 
Upvote 0
Akuini
It was the first one using a single cell
I have sorted the properties of the combo box to make the font larger, a bit of trial & error
Thank you so much for your help.
 
Upvote 0
I have sorted the properties of the combo box to make the font larger, a bit of trial & error
OK, glad you figured it out.
You're welcome, glad to help, & thanks for the feedback.:)
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top