Hi,
Macro will be placed in macro.xlsm & book1.xlsx & Book2.xlsx are located at different place so the path of of both the files should be hardcoded in the macro
If cells in column A of sheet1 of book2.xlsx matches with cells of column A of book1.xlsx then dont do anything & If it doesnt matches then clear all the data in that row of book2.xlsx from column B
(clear all the data in that row of book2.xlsx from column B means from column B till the end of data we have to clear all the data in that unmatched cells in that row,we will not do anything with column A data)
Thnx
Macro will be placed in macro.xlsm & book1.xlsx & Book2.xlsx are located at different place so the path of of both the files should be hardcoded in the macro
If cells in column A of sheet1 of book2.xlsx matches with cells of column A of book1.xlsx then dont do anything & If it doesnt matches then clear all the data in that row of book2.xlsx from column B
(clear all the data in that row of book2.xlsx from column B means from column B till the end of data we have to clear all the data in that unmatched cells in that row,we will not do anything with column A data)
Thnx