athomas236
Mechanical
- Jul 1, 2002
- 607
I have an excel file with one worksheet that has 58,000 rows by 170 columns of plant operating data.
What I want to do is examine this data to establish if particular events (such as high steam temperatures) are more likely to occur at particular plant outputs or combinations of auxiliary equipment.
To do this I want to read each row one at a time assigning a variable to each cell in the row which I can then examine. I want to read each row and possibly each cell in the row by loops.
My problem is that I cannot see any easy way to do this. If I want to read the contents of a single cell then I could use X=Range("A1") but with so many cells this seems impractical.
Can anyone help ?
Regards,
athomas236
What I want to do is examine this data to establish if particular events (such as high steam temperatures) are more likely to occur at particular plant outputs or combinations of auxiliary equipment.
To do this I want to read each row one at a time assigning a variable to each cell in the row which I can then examine. I want to read each row and possibly each cell in the row by loops.
My problem is that I cannot see any easy way to do this. If I want to read the contents of a single cell then I could use X=Range("A1") but with so many cells this seems impractical.
Can anyone help ?
Regards,
athomas236