Forum Discussion
1 Reply
- kandy1984ContributorHi,
I found out the way using the code below.
Sub Main
xlfile1 = "<Path_To_the_1st_File>"
xlfile2 = "<Path_To_the_2nd_File>"
resfile = "<Path_To_the_Result_File>"
Log.Message objectExcel.ExcelCompare(xlfile1, xlfile2, resfile)
End Sub