LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to separate the each excel worksheet

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.

0 Kudos
Message 11 of 14
(933 Views)

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.

 

 

0 Kudos
Message 12 of 14
(923 Views)

Attachment 

Download All
0 Kudos
Message 13 of 14
(922 Views)

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

0 Kudos
Message 14 of 14
(916 Views)