S
Sam Hodo
Hi;
I need to copy a range of data
Range("B28").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy
then I paste this in a new spreadsheet. (this is no problem)
Now my question..
1. I need to write the filename at the top of the column that the data came
from.
2. Select the next column so that I loop (to paste the next files data into..)
this process will repeat about 600 times..
Thank you for your time and efforts..
I need to copy a range of data
Range("B28").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy
then I paste this in a new spreadsheet. (this is no problem)
Now my question..
1. I need to write the filename at the top of the column that the data came
from.
2. Select the next column so that I loop (to paste the next files data into..)
this process will repeat about 600 times..
Thank you for your time and efforts..