Hi


How can I store data from a column in an array, and then clean the array at then end. I need this because after I finish storing Column A, I sort the column and go to the next column and do the same thing.
Example

A B
Q2 Q4
3 d
3 3
3
3
5 3
g 4
y f
8.44 44
3 3

I want to Store Data from 3 to the last 3 in column A in an Array.
MyArray should have that information store in it. I do have functions for the program to determine the lastRow.

Thanks