LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR: Excel 97, LabVIEW 7.1 and Windows XP

Before I have tried searching the registry for installed version of Office and then load dynamically the VIs for that version. Well, I don't know if it worked 100%.
 
Documentation of Excel ActiveX All Versions.
0 Kudos
Message 11 of 13
(837 Views)

Thank you for this good answer.

I will not waste time to make useless tests on my PC. Thanks

0 Kudos
Message 12 of 13
(711 Views)
"Backward compatible"  ---> this seems to be my problem. There are properties that I used from Excel2000 that causes broken VI when I use the VI in a machine with ExcelXP or Excel2003. An example is the Value property of Range. Upon inspection, it seems that Range in ExcelXP and Excel2003 does not have the Value property. Only Value2.
 
With an understanding of Microsoft, I think that there are properties and methods that are added, "deleted" or modified in every change of version. Am I correct?
 
If so, can anyone give me a link that will point point to the properties and methods that are added, "deleted" or modified since Excel2000?
0 Kudos
Message 13 of 13
(699 Views)