Hi there,
I have a weird request. I have a Destination File named Scheduler with the following columns A and B:
Then I have a Source File called MOSTATUS, with the following columns A and B:
Both MOSTATUS and Scheduler are different workbooks.
What I would like to achieve is, when the user hits the "Import data" button, the VBA script would compare Columns A and Columns B of the Destination and the Source File, delete the duplicate rows in the Source File, delete all the data in the Destination File, and import the remaining data in the Source File into the Destination File.
I found these links, but I'm not sure how any of them could be of use to me:
Any help would be greatly appreciated. Thank you for your assistance and time.
I have a weird request. I have a Destination File named Scheduler with the following columns A and B:
Then I have a Source File called MOSTATUS, with the following columns A and B:
Both MOSTATUS and Scheduler are different workbooks.
What I would like to achieve is, when the user hits the "Import data" button, the VBA script would compare Columns A and Columns B of the Destination and the Source File, delete the duplicate rows in the Source File, delete all the data in the Destination File, and import the remaining data in the Source File into the Destination File.
I found these links, but I'm not sure how any of them could be of use to me:
Compare Two Worksheets with VBA — Excel Dashboards VBA
Compare Two Worksheets with vba, using the scripting dictionary
www.thesmallman.com
Copy named rows based on new sheet based on text comparison of two cells
Good day everyone! I hope everyone is doing well. So here's what I'm trying to do...I need a VBS that will loop through a workbook of multiple worksheets and look at columns C and D for differences as long as the text does not match "Default settings" or "Configurations settings". If there are...
www.mrexcel.com
Any help would be greatly appreciated. Thank you for your assistance and time.