Folks I will have a two dimensional array (lots of rows and lots of columns) from a data dump.
1)I first have to load a data dump into a data array.
2)Then put the value of each row of data (example: 10,30,34,50,234,554,3334) into another sheet where a series of user-defined calculations will reference this data.
3) Each "row" of the data array will be used in a calculation. These cells will be offset by a certain amount.
4) I want to copy the result of the calculation and then store them all into another data.
5) After I have populated a NEW data array, I want to paste the contents into another sheet.
This isn't the most efficient method of doing this but I have some institutionally binding reasons for doing it this way. I have the following code, and I am hoping if you can all help me through this.
My initial strategy: Have two loops. for each row of the array dimensions (There will be thousads) take the contents and place them in another
![]()
Please Login or Register to view this content.
Any help would be much much appreciated.
Bookmarks