Forum Discussion

royd's avatar
royd
Regular Contributor
7 years ago
Solved

Checked everything, but still getting "An attempt to work with a closed driver" (DDT - ExcelDriver)!

I have installed Microsoft Access Database Engine 2010 already. Using TestComplete 12.3 and Excel 2013. I am still getting "An attempt to work with a closed driver" error! Here is my script (JavaScri...
  • tristaanogre's avatar
    7 years ago

    Change your code to the following:

    DDT.ExcelDriver("c:\\femalePatients.xlsx", "Female_E", true)

    and see if that works.