Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,570
- Office Version
- 365
- 2016
- Platform
- Windows
I am looking for a VBA solution that can analyze a column (A) in a worksheet (F_FUNC) to create a list of unique values. This list of unique values will form the list of a cell validation list. I know I can step through each cell in the column, and compile a unique value list in a column on another worksheet, and define that range of values for the validation list. But I'm wondering if thereis a more efficient method.
On a side not, how would this same process work on a filtered list? For example, if I filtered a single value in column A, how would I create a validation list of the unique values in column B as a result of the filter?
On a side not, how would this same process work on a filtered list? For example, if I filtered a single value in column A, how would I create a validation list of the unique values in column B as a result of the filter?