I've been trying to transfer a large amount of data from Excel to an array
for processing and then back to Excel. I can do this by looping line by line
but I haven't been able to move the data in a single step. Can the data be
moved in a single step? If so, any hints on how it should be setup?
I'm trying to start with a single column of data. Later I would like to do multiple
columns into a 2 dimensional array.
for processing and then back to Excel. I can do this by looping line by line
but I haven't been able to move the data in a single step. Can the data be
moved in a single step? If so, any hints on how it should be setup?
I'm trying to start with a single column of data. Later I would like to do multiple
columns into a 2 dimensional array.