Reputation: 394
I am struggling with writing a vba code for getting the deleted rows data and added rows data in latest excel file while comparing with old excel file.
example: latest workbook(WB) have 405 rows of data and old workbook(WB) have 400 rows of data. the factor is - might have added 5 rows in latest WB
or might have deleted 2 rows and added 7 rows in latest WB
. if it is added (row was added in latest WB), have to get the added rows data from latest WB, if it is deleted(the rows was deleted in latest WB), have to get the deleted rows data from old WB . Please help me.
Upvotes: 0
Views: 156