07-02-2020 06:26 AM
Since i can't able edit and add properties node on your VI.
pls find the attached image.
But can able to run without any error in your VI.
07-02-2020 08:10 AM
i selected manually Excel.Application based on the below method.
Office 2013:
"C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE"
Office 2016:
"C:\Program Files (x86)\Microsoft Office\root\Office16\EXCEL.EXE
after run the same VI i get the following error in workbook block.
07-02-2020 08:15 AM
Attachment
07-02-2020 08:54 AM
Firstly, if you're not using the Report Generation Toolkit method of obtaining the Excel._Application reference, you should probably make the application visible so you can see what's going on (like in my first example).
A quick search for information about the particular error code as suggested by the error message has found this article which suggests that a problem can arise if your computer and Excel are not configured for the same language. Is this the case for you?
PsyenceFact