Hi
I am opening excel using CALL UI.INTERFACE.FRONTCALL("STANDARD","EXECUTE", [lv_excel, 0],[lv_res]).
I want to find out if there is function call that can check if excel is open already before I try to open it ? I am reading data from a spreedsheet and the application keeps opening another excel instance each time so I would like check if excel is running already .
Thanks
Bothwell