Sorting data over multiple sheets into array
Have you considered using an Access database? You would be able to set up as
many columns as needed without the hassle of having data spread over separate
datasheets.
--
Best wishes,
Jim
"The danish student" wrote:
We have a large data set distributed across to worksheets in the same workbook.
The two sheets are named: MAK & MKW
The first observation in each sheet is located in cell B10 and ends in FZ10
the corresponding names to the data is located in cell B4 and ends in FZ4 in
both sheets.
We need to sort row 10 in ascending order and it is important that the names
are linked to their observation and finally load it into an array.
So we end up with an 2*362 array/matrix sorted according to the observations
(it is not important for us to see it explicitly in a new worksheet)
It is important that it is VBA code because we have over 400 rows.
Thank you
|