02-08-2006 02:24 PM
02-08-2006 02:35 PM
02-08-2006 02:39 PM
Hi Keith,
Unfortunately, there is no way to avoid the ActiveX differences between Office versions. Since Office 2000 and Office XP have different interfaces to certain functions through ActiveX, LabVIEW VIs will break if they are configured for one interface and moved to another. The only way I can think of to avoid this problem would be to dynamically call your VIs that make ActiveX calls, and call a different VI depending on which version of Office is running on the machine.
Good luck,
-D