ComboBox in serie of rows, AND google search style autocomplete

stefimira

New Member
Joined
Aug 30, 2018
Messages
1
Hi :)
I have a spreadsheet that is used as little database, where the columns G, I, J, and M take values with data validation mode from the page "PARAMETERS". When the user tabs in those columns, a combobox appears. Users must now type the first letter and then scroll down till the right word. I want the user to be able to type two or three letters and have in the drop down cobobox list only the words that contain such letters.
Es. if I type "box" in column I, I would like to see the selection "box damaged or dirty".

I used this code https://www.extendoffice.com/documents/excel/2401-excel-drop-down-list-autocomplete.html

File attached https://www.dropbox.com/s/y45ufeli6gjsb5l/FC Damages Daily Template_forum.xlsm?dl=0

thank you
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Add this line as shown
Code:
        xCombox.Activate
       [COLOR=#0000ff] Me.TempCombo.MatchEntry = fmMatchEntryComplete[/COLOR]
        Me.TempCombo.DropDown
 
Upvote 0

Forum statistics

Threads
1,216,082
Messages
6,128,702
Members
449,464
Latest member
againofsoul

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