I have a spreadsheet that uses imported data of variable length (always the same width though). The data normally goes from cell A2 to R3000 (somethimes greater than 3000, somethimes less.
In cell s2 I have a formula. I want to copy this formula to s3,s4 etc all the way down to s3000 (or whatever the length of the data is). After this I want to convert the result back to values to save space and make the spreadsheet smaller (in mb size).
I can convert to values I think but I'm having difficulty in getting the VB code to copy to a variable destination.
Any help would be gratefully appreciated.
In cell s2 I have a formula. I want to copy this formula to s3,s4 etc all the way down to s3000 (or whatever the length of the data is). After this I want to convert the result back to values to save space and make the spreadsheet smaller (in mb size).
I can convert to values I think but I'm having difficulty in getting the VB code to copy to a variable destination.
Any help would be gratefully appreciated.