Hello, I need help. I have 4 sheets (3 source and 1 destination), source sheets are “P Local”, “P foreign” and “P VDS”. Destination Sheet name is “Purchase Register”. I need a way to copy data from the 3 sheets without overwriting previous data. The source data is adding often and destination sheet also update often. Example: ”P Local” has 6 rows data and this data will paste to “Purchase Register”. “P Foreign” has 4 rows data, this data will paste to “Purchase Register” just after 6 rows.
Next day, ”P Local” added 5 rows data and this data will paste to “Purchase Register” just after (6+4) 10 rows, “P Foreign” added new data 2 rows and this data will paste to “Purchase Register” just after (6+4+5) 15 rows, “P VDS” has 3 rows and this data will paste to “Purchase Register” just after 15 rows.
I made vba code for this purpose, it always overwriting. What is wrong with my code?? I attached a file. What will be correct VBA code??
your help is greatly appreciated as always!! thank you for your time!!!
Bookmarks