LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error 1003 with wondows XP

I use Excel with windows NT and my Vis works very well, when i ghanged to XP my Vis using Excel don't run any more. I don't understand!
I send the library.
Any idea?
Thank you
Hortense
Download All
0 Kudos
Message 1 of 2
(2,642 Views)
This is probably because you are running different versions of microsoft excel on the two platforms. When Microsoft changes the activex controls, then this will make the VI un-executable. If you mass compile your application, then you should find one of the VIs to be broken, and you can go fix/refresh that activex control.

If you want it to be executable on multiple versions of excel, you'll need to create the logic to switch between the two different controls (and maybe use VI server to load certain versions of VIs)
0 Kudos
Message 2 of 2
(2,642 Views)