Hi All,
Can I get vba code to copy data from excel starting from 2nd row (ie., to exclude headers) and paste the data in another workbook that already contains few rows of data. The tricky part is to paste the copied data after lastrow of destination workbook.
Ex:
1. I have mock_data workbook and that's the source data.
2. In real time I will be having more than 100 columns but for example, I have included only few.
3. Copy data from 2nd row till last row (but column range is dynamic. Its not fixed to 10 columns or 20 columns)
4. Paste copied data to destination workbook towards end of row ie., lastrow + 1
I really appreciate any help provided.
Thanks,
Richa
Bookmarks