LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I determine if excel is loaded on a machine using LabVIEW.

using the included support, if Excel is not installed then the VI wont run. I want a way to determine at runtime if Excel is available, and if so give the user the option to log Excel style, if not then the option is not available.
0 Kudos
Message 1 of 2
(2,499 Views)
If you attempt to do an Automation Open on the Excel Application, you'll get an error. Another way is to read the registry.
0 Kudos
Message 2 of 2
(2,499 Views)