I am trying to run an executable from a QlikView macro but the macro stops at the run line with no error message. My Requested Module Security is set to System Access and the Current Local Security is set to Allow System Access.
Here is my code
Set shell = CreateObject("WScript.Shell") shell.Run "C:\Program.exe"