05-07-2020 08:48 AM
Thanks. I gave that a try. It didn't help. I traced the error as far as the new report subVI.vi inside the Create Report.vi. The code in the error out is -41106 and the source reads, "NI_Excel.lvclass:new report subVI.vi -> NI_report.lvclass:Create Report.vi." Using the same software (the latest in Windows 10 updates, the latest in Office 365, and the latest in LabVIEW 19 (32-bit)) on another computer produces no error at all.
05-17-2021 06:39 AM
HI,
I will like to refresh that topic.
I have the same problem with the EXEcutable version of the program.
Im just reading the excel sheet into the array of strings. On the machines with Office 2016 and previous ones work fine.
But those machines with Office 365 don't work at all.
05-17-2021 11:43 AM
In 2014, I posted a Revised "Generate Excel Report" Example (which you can easily find by typing just the word "Revised " (with a space) in the Search bar and you should find it). My Work machine comes with Office 365, and (specifically) Excel 365 -- I just tested this example, and it works fine, without errors.
If you have a simple LabVIEW example that fails, post and we can try to figure out why it is failing.
Bob Schor
05-19-2021 06:20 AM
HI Bob,
Actually, i found a small bug in my code, while I was preparing that example. Wrong reference to the excel path. In SubVI i was unbundling the wrong one 😞