From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,542 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,538 Views)
Where would I find the Report Generation Tool kit_excelsub.llb?
0 Kudos
Message 3 of 5
(2,537 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,520 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,511 Views)