I am in need of code that will allow me to Select data on one sheet in Excel, Copy that data, and then Paste it to another sheet in the same workbook but at the End of the current information on that (Paste to) sheet.
What code can I use to:
Select my data on one sheet
Copy it
Select a different sheet
Find the last cell of informtion and offset to go to the next row and first column to Ex: ActiveCell.Offset (1, [-2])
Paste the copied data
Please Help!!
Thanks
What code can I use to:
Select my data on one sheet
Copy it
Select a different sheet
Find the last cell of informtion and offset to go to the next row and first column to Ex: ActiveCell.Offset (1, [-2])
Paste the copied data
Please Help!!
Thanks