Hi
Now the code is working.
Regards,
reshma
Now the code is working.
Code:
DataTable.ExportSheet "C:\Login_TestData.xls","Action1"
DataTable ("Actual_Result","Action1") = TestResult
'It should be other way around
DataTable ("Actual_Result","Action1") = TestResult
DataTable.ExportSheet "C:\Login_TestData.xls","Action1"Regards,
reshma

