05-18-2009 12:15 AM
HI , I faced an error while I try to open the excel program in labview, when I tried to run the program, I get the problem but when I delete the stack sequence then it become Ok , and I don't know why, cansomebody please help me.
Thanks
Solved! Go to Solution.
05-18-2009 03:22 PM
I did not have a problem running your program as is.
If I where you I would first wire all the error clusters in the order of which you want events to happen. Make sure you are not closing a reference before you are done using it. On your machine you might still be trying to get the worksheet in excel but your LabVIEW code has moved on to closing a reference.
05-18-2009 05:32 PM
You don't have any of the error clusters wired, so if there's an error along the way you'll never know. A couple of glaring issues:
I would suggest perusing the Excel thread for some examples on how to manipulate Excel via ActiveX.
05-18-2009 07:12 PM
09-17-2009 03:33 PM
Hi,
Does anyone know how I can have the Automation Open vi. automatically save a new file? I'm trying to auto-save a new file every second.
Thanks,
09-17-2009 03:46 PM