I have an existing application that we have recently upgraded to PB 2017 R3 Build 1880.
The code does: dw.SaveAs ( ls_save_pathname, XLSX!, TRUE)
This code has been in place since our use of PB 8, we only had to change to XLSX at one point. The version of Excel on the Windows 10 machine is 2016.
After the upgrade, the code works fine on my development machine in both the IDE and as a standalone install. When I put it on a VM that mimics what the customer has, all of my code that saves to XLSX fails. I can change that to TXT! and it works, but Excel is not working. I have not seen anything about compatability issues with Excel. I am not even sure the version is the problem at this point, but it is looking like a possibility.
Any ideas?