I'm calling a Web Service from a macro with a MSXML2.ServerXMLHTTP object. It runs properly, but in order to make it work, my users have to Allow System Access in macro security.
Is there any way to perform that in a different way so my users don't have to get through it?
I've browsed the QlikCommunity and read that I can do something with his Windows Registry, but that would be pretty much the same thing, and I would have to go to every computer...
Any alternative? Maybe without going the CreateObject way?