Priyanka_Naveen
14 years agoNew Contributor
TestComplete supports SpreadSheet Gear application
I am trying to handle SpreadSheet Gear application using TestComplete via vb-script. I am able to record and replay some basic code of opening the application and writing some text in its cell.
I am trying to create an object of SpreadSheet Gear using vb-script, using following line of code:
Dim spreadsheetApp
Set spreadsheetApp = CreateObject( "SpreadsheetGearForWindows.exe" )
But on executing the code, I receive following error:
ActiveX component can't create object: 'SpreadsheetGearForWindows.exe'
Please help that what should I do to create an object of SpreadSheet Gear…