K
kevin
Hi,
I am trying to copy data from 3 tabs onto one tab eg Jan, Feb, Mar onto 2009
one underneath the other on the 2009 tab. I have recored a macro but it
always references a static cell to paste to. how do I get it to find the last
of the already pasted data and paste on the next row ie find the first empty
row as the data to be copied from the monthly tabs will vary in rows.
I hope this makes sense.
I am using the following code:
Selection.End(xlDown).Select
Range("A50").Select -----> this needs to be dynamic
ActiveSheet.Paste
Thanks in advance
Kevin
I am trying to copy data from 3 tabs onto one tab eg Jan, Feb, Mar onto 2009
one underneath the other on the 2009 tab. I have recored a macro but it
always references a static cell to paste to. how do I get it to find the last
of the already pasted data and paste on the next row ie find the first empty
row as the data to be copied from the monthly tabs will vary in rows.
I hope this makes sense.
I am using the following code:
Selection.End(xlDown).Select
Range("A50").Select -----> this needs to be dynamic
ActiveSheet.Paste
Thanks in advance
Kevin