Hello,
I have a very tricky problem. I have got an excel sheet having some columns but more than 5000 rows. In those columns there are some names which may/may not be similar to each other. I want to make a macro which can:
1. Search for the name. e.g. If I have Katie Holmes in 1st row, Sherlock Holmes in 2nd row, Holmes Matt in 3rd row, James Holmes Dammon in 4th row and so on....then if put only Holmes in search criteria then it should get the result for all the 4 rows.
2. Secondly it should display only those 4 rows in the result. Like if we are using a sort function.
3. Thirdly I also want to have a macro so that I can reset that search criteria.
This macro is very important for me. Please reply ASAP. Thanks in advance.
PS: The search should be column specified meaning that I want the macro to search only column A and no other columns.
Hi,
|
Here's my take on this.
|