Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I copy big ranges of cells without drag or copy/paste? | Excel Discussion (Misc queries) | |||
Impossible? dynamic copy/paste | Excel Discussion (Misc queries) | |||
Copy/Paste dynamic ranges | Excel Programming | |||
copy dynamic ranges in multiple workbooks based on a data in 1 col | Excel Programming | |||
Dynamic Copy and paste to another worksheet | Excel Programming |