I've got approximately 200 records, with each record consisting of 12 string fields. I have a two dimensional array. The question is how to declare it and how to load it from the Excel spreadsheet, then how to rewrite the info back to to spreadsheet after the data is changed/manipulated.
Assuming my spreadsheet is from 10 to 210 (rows) and from A to W (columns., with each row containing a record across the columns. I'm having problems grappling with this, but I'm sure it's pretty common.
Obviously, I've got a lot of reading to do on this.
An alternative way to do this would be to create a record object, and have a simple array of 200 objects.
Thanks for any discussion.
Assuming my spreadsheet is from 10 to 210 (rows) and from A to W (columns., with each row containing a record across the columns. I'm having problems grappling with this, but I'm sure it's pretty common.
Obviously, I've got a lot of reading to do on this.
An alternative way to do this would be to create a record object, and have a simple array of 200 objects.
Thanks for any discussion.