in reply to Re: Comparing two excel workbook and copy the values if the cell are match
in thread Comparing two excel workbook and copy the values if the cell are match

I tried to copy columns to array but dint work out...also I should use only Win32:OLE Its a two Excelfiles. I am able to store the values in array but cannot compare with another array
  • Comment on Re^2: Comparing two excel workbook and copy the values if the cell are match

Replies are listed 'Best First'.
Re^3: Comparing two excel workbook and copy the values if the cell are match
by poj (Abbot) on Sep 26, 2017 at 17:58 UTC
    I am able to store the values in array

    Post the code you have for that part.

    poj