• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA for searchable dropdown

IKHAN

Member
Excel wizards - Need on a macro to perform a searchable drop down list (Like google , Type in T in a cell dropdown shortlist starting with "T" or "club" shortlist club from list IN Colum A and same with groups dropdown(Col C), Have long list in dropdrown items and its difficult to pick by scrolling.

Tab (2. Planning) - column A (R13:R18) has drop down list co related to Column C(Groups) R13:R18

same macro should apply to all dropdowns in spreadsheet.

Note :Tried data validation and CF, but was able to apply to just 1 cell,unable to do same setup to below cells.

Have uploaded sample file
 

Attachments

Found a project I worked on that uses above method.

Stripped out version attached as an example. Protected sheet can be unprotected without password.
 

Attachments

Did you follow step by step instruction given in the link?

I'd recommend first creating basic set up using example given in the link. See if you can get that to work. If having issues with that, let me know where you are having issues.

P.S. I realized I forgot to remove one of the references not needed in previous attachment.
 

Attachments

Back
Top