Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
While I see you're building an answer array you might consider using some of
Excel's built-in Advanced Filter functionality to create an answer table. You could even read the result into an array if that is really the end result you want: Range("J2", Range("J2").End(xlDown)).AdvancedFilter xlFilterCopy, , Range("K2"), True -- Jim Rech Excel MVP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Making list of unique items from two different columns | Excel Worksheet Functions | |||
tagging unique items in a list | Excel Worksheet Functions | |||
Function to count unique items in list | Excel Worksheet Functions | |||
count unique items in ever-growing list? | Excel Discussion (Misc queries) | |||
VBA to get List of Unique Items from column | Excel Programming |