I have a Purchases.xlsx (wsDest) from which I want to transfer only the last row information from A to H column, to an other wsCopy Excel (Receps.xlsx).
The problem:
Everytime I run the macro, it copies everything - not just the last row, which I would like it to copy.
This is problematic as the Destination file is updated by other users and once I hit the Macro again on wsCopy excel, the macro re-writes everything to wsDest Excel.
Needed solution
The macro should find the last row from wsCopy excel and copy that rows information from A:H columns to further pasted to wsDest excel.
I believe I need to change something on point 3 which I bolded. but what is it?![]()
Please Login or Register to view this content.
Bookmarks