Forum Discussion
Jainsoumya
4 years agoContributor
Marsha_R No action is taking place , script just got passed thats it.
AlexKaras
Champion Level 1
4 years agoHi,
> No action is taking place
What action do you expect?
Note, that Excel object provided by TestComplete does not require Excel application to be installed and thus does not provide any UI.
If you need to open the file in Excel application, then you must start Excel as a COM object and use its object model. (https://support.smartbear.com/testcomplete/docs/testing-with/working-with-external-data-sources/excel/working-via-com.html as an example)