Jon C.
Tewksbury, MA
Jun 26, 2014
6
Posts
Re: How to load test parameters from Excel?
Thanks. I added Excel.drv and was still not able to get the #Q200233 example to work. I had Excel 2007 installed, but the ActiveX Object library was not included in the install and was not available. I was able to upgrade to Excel 2013 which included Microsoft Excel 15.0 Object Library. Still no luck. I get "Compiler error #650: Type 'Excel.Application' is undefined, found in 'EXCEL.Initialize' in line 1".
I then tried both the early and late binding examples on pages 161-166 of "Getting Started with ATEasy".
The early binding example had a run-time error (see attached):
Run-time error #430: 'Unable to call the method or property. Object does not support the IDispatch interface.' found in 'Using_Early_Binding' in line 17
The late binding example worked.
File Attachment:
EarlyBindingRTE.PNG