Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

For Loops and Matrices

Status
Not open for further replies.

msmiley

Computer
Joined
Jul 9, 2001
Messages
5
Location
US
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.
 
I use an old version of MatchCAD that doesn't have programming in it, but, frankly, I wouldn't do it that way anyway.

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top