Hey all,
I am trying to figure out how to open an Excel document from within a running LabView .vi. I have been looking around here but I can't seem to find exactly what I am looking for. What I have is a GUI running to operate some test equipment. The user needs to be able to create and load a configuration file that is created with Excel. I have added options to my Run Time Menu to make this easy for the user, but I can't figure out how to actually execute it in the code.
I plan on having the template they will use at a location like this:
C:\Program Files\Naitonal Instruments\LabView 8.2\Templates\Interrogation Setup.xls
So I am trying to figure out the best way to execute this. I was going to use the System Exec.vi but, being a DOS prompt, it can't handle the spaces in the directory. Is there a better way for me to do this?
Really appreciate it.