My requirement is i have two excels
1.one main excel tracker with 1000’s of data with multiple of columns
2.second excel extracted from mail table with max 6 columns with max 20 rows
I need to compare two datatables after using read range and for three columns which are similar in both excels i.e., paperno. , company name and designation
if these three columns matches i need to update start date ,end date and remarks values from matched columns in excel 2 /datatable2 to the main excel tracker/datatable1 using write range
I tried using for each loop and filter datatable but its time consuming so searching for alternate solutions