I'm trying to send data from an IMatch App to Excel,
but the following line gives the Error: Automation server can't create object.
var objExcel = new ActiveXObject ("Excel.Application");
Since I couldn't find any example where ActiveXObject is being used,
maybe this code is not working in Apps together with IE11,
although I have enabled ActiveX (save and unsave) in my browser settings for local intranet.
Walter
Probably this is prevented by the security inside the browser. Search the web for examples to see if this is possible at all. I've never tried this so I cannot help you here.
Yes I made a search and found many issues with ActiveX in Combination with IE11.
I hoped that someone had ever used this feature an knows more about it.
If not I will find another solution.
Walter