PDA

View Full Version : table filtering and sorting



axelz89
11-26-2015, 04:14 AM
Hi everybody,

I have a table with 5 columns in Excel and I need to filter that table in VBA keeping only the values of the column A, which have a certain combined value of the column B and C, then I need to sort the result respect to column D and E.
Filtering must be done many times for each combined value of the columns B and C so first it could be useful to make like a "select distinct B,C" and save the results in a matrix or something.
Can you please help me on that?

Many thanks in advance.