My data has some formula which need pasting down.
The data is from Column L through to Q and needs pasting to the bottom of the the data. Ive tried playing around with a "DO" Function mixed in with a "LOOP" but to no avail.
So far this is what ive got:
Range("Q1").End(xlDown).Select
Range("L7572:Q8296").Select
Selection.AutoFill Destination:=Range("L7572:Q8296")
Range("L7572:Q8296").Select
But this will not work tomorrow when i paste new data to the bottom of this one.
Any ideas would be much appreciated
The data is from Column L through to Q and needs pasting to the bottom of the the data. Ive tried playing around with a "DO" Function mixed in with a "LOOP" but to no avail.
So far this is what ive got:
Range("Q1").End(xlDown).Select
Range("L7572:Q8296").Select
Selection.AutoFill Destination:=Range("L7572:Q8296")
Range("L7572:Q8296").Select
But this will not work tomorrow when i paste new data to the bottom of this one.
Any ideas would be much appreciated