For Loops and Matrices
For Loops and Matrices
(OP)
I am trying to write a for loop that will allow me to step through the rows and columns of a matrix. I have inserted a file from Excel in which the data is located. I want to grab a colum of the data and work with it, then continue to grab colums and do the same.
Please help.
Please help.
RE: For Loops and Matrices
Why not read the whole matrix into MathCAD, analyse each column, and then write the whole lot out again?
What you are proposing isn't really a MathCAD problem, it's a VBA problem, I think.
Cheers
Greg Locock