Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm a newbie to programming in Excel.

In excel I have a dropdown in which i want filtering of the data in it to be done.

Example:
consider the dropdown has the following values :
HTML
All Questions
All Answers
All Guests Welcome
All Answers Welcome
All Stand in Queue

When the user types "w" or "W" in the dropdown, the values in the dropdown need to be like the following:
HTML
All Guests Welcome
All Answers Welcome

I have already finished for filtering the First word in the list.
But i need the above scenario to be replicated for the other words in the list.

please give me a solution to solve the above problem.

Thanks in Advance..!
Posted
Updated 2-May-13 1:58am
v3
Comments
Kenneth Haugland 2-May-13 8:03am    
I assume that this is VBA or?
Velrats 2-May-13 8:40am    
not in VBA, I'm doing it in MAcros
Kenneth Haugland 2-May-13 9:07am    
Well, VBA is in Macro, while VSTO is in .NET
Velrats 2-May-13 9:23am    
I want in Macros... in Excel not in .Net... Please let me know the solution if you know :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900