Getting issue while trying to access excel after a data driven loop
Hi All,
I first loop over the excel for a specific column through data driven loop, then try to access the same file from a routine to read data from specific row, column from excel. Both code works fine individually but when i try to run them together second code gives error for excel file. I have tried all workbook.save, workbook.close , app.quit methods but no luck. Could you please help me?