Hi Alteryx engineer,
We have one alteryx server owned by company and it is not allowed to install Office-Excel.
Our user case is to perform some vbscript to call a excel macro getting data and on the other hand, there are some formular in the excel and when data is flushed we need to perform vbscript to open the excel save it and close to read the calculated value from the formular.
But without Excel installed, we failed at the first step
Set ExcelProgram = CreateObject("Excel.Application")
is there any workaround for our scenarios?
Giv