I have a worksheet that looks like this:
Area Contact COL2
Jon test
Jane test
Doe test
Jon test
Doe test
What I want to do is write a VBScript which filters the Area Contact column for each of it's options (Jon, Jane, Doe) and saves it as another Excel workbook. So for this particular example, I should end up with 3 workbooks, for each filter option on Jon, Jane and Doe. The part I am struggling with is the filtering part, ensuring it continues to the next filter option. Note that the filter options are not fixed. There could be 2 or 10 different names in the Area Contact column. So each unique Area Contact should have there own file.