K
kirkm
I've a requirement to save (and restore) an Excel column externally
The rows are 2 to the last one.
I would do this by using a For Next loop which writes each cell
content to a text file, and reads them back the same way.
However there may be a more sophisticated method using ranges
(which I barely understand), with a built in import/export routine?
If anyone has a better method than my loop/text file, would you
let me see it ?
Thanks - Kirk
The rows are 2 to the last one.
I would do this by using a For Next loop which writes each cell
content to a text file, and reads them back the same way.
However there may be a more sophisticated method using ranges
(which I barely understand), with a built in import/export routine?
If anyone has a better method than my loop/text file, would you
let me see it ?
Thanks - Kirk