LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why would a vi that deals with xl become broken during an executable build?

Why would a vi that deals with excel spreadsheet become broken during an executable build?  Excel vi's fine in soft copy.  But during executable build the vi's dealing with opening an excel spredsheet (open specific workbook and set cell value) become broken.
0 Kudos
Message 1 of 5
(2,545 Views)
You have to include some dynamic files while building your executable. The files are listed on the Report Generation Toolkit CD. I believe it is _excelsub.llb, but am not sure.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 5
(2,541 Views)
Where would I find the Report Generation Tool kit_excelsub.llb?
0 Kudos
Message 3 of 5
(2,540 Views)
On the installer CD (for every version of MS Office a different LLB is required)

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 4 of 5
(2,523 Views)

Dynamic file is usually installed with the Toolkit vi's.

Typically would be something like    c:\Program Files\National Instruments\LabVIEW X.X\vi.lib\addons\_office\_exclsub.llb

0 Kudos
Message 5 of 5
(2,514 Views)