Hi,
I need to search an excel worksheet and get the rows which match the condition say col1="One", col2 ="Two" etc.
As of now what i do is loop thru' the used range of rows and for each row i check if col1="One" etc.
Is there any built in function like .Find where i can search for multiple columns instead of looping thru' each row?
Thanks
Veera
I need to search an excel worksheet and get the rows which match the condition say col1="One", col2 ="Two" etc.
As of now what i do is loop thru' the used range of rows and for each row i check if col1="One" etc.
Is there any built in function like .Find where i can search for multiple columns instead of looping thru' each row?
Thanks
Veera