07-27-2012 02:39 PM
After doing Labview 2009 installation , one of the MS Office Excel VI is broken. Tried multiple installations. The same VI is broken and all other VIs work fine. This is happening on only 1 laptop. the broken VI works fine on other laptops.
Solved! Go to Solution.
07-27-2012 02:40 PM
Does it say why it's broken? Any info?
07-27-2012 02:52 PM
Attached is the error..
07-27-2012 03:26 PM
Try opening this sub-VI to see what the error is specifically.
07-27-2012 03:39 PM
Attached is the error..
07-27-2012 03:59 PM
Have you tried to search the forum? http://forums.ni.com/t5/LabVIEW/Set-excel-cell-color-and-border-broken-can-t-build-application/m-p/1...
Open the subVI, click on the invoke node that generate the error and reselect the same method, this should get rid of the error (don't forget to save the change once the error is gone.
Ben64
07-27-2012 03:59 PM
Do you have different versions of Microsoft Office between the computers?
Can you open up that VI and actually show a screenshot of the block diagram where the wire is missing. (Please attach screenshots as .png file, not embedding them into Word documents.)
Microsoft has a tendency to change some of their ActiveX objects between the different versions of Office including adding or removing parameters from some of the methods. This will cause VI's to break if they were originally written on a PC with a different installed version of MSOffice.
07-30-2012 08:07 AM
Thanks for the link to the other forum.
I followed the solution from Darth_Vader_DK at http://forums.ni.com/t5/NI-TestStand/Report-Generation-broken-after-deployment-Excel-Set-Cell-Color/...
Thank you!
07-30-2012 08:17 AM
@Sayali wrote:
Thanks for the link to the other forum.
I followed the solution from Darth_Vader_DK at http://forums.ni.com/t5/NI-TestStand/Report-Generation-broken-after-deployment-Excel-Set-Cell-Color/...
Thank you!
And...Did you fix your problem? If so, please provide feedback to your solution.
07-30-2012 08:22 AM
Yes, the problem os fixed. The VI is no longer broken.