LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have a problem when using LabView6i and Office 2000.

I am using LabView6i, Office 2000.
I can not find out any version of 'Microsoft Excel Object Library' when I select 'Select Object From Type Library', but I can find Access, Word 9.0 Object Library Version 9.0. However, all access,excel, and word exist in the Registry.

How can I import Excel Object Library in to LabView6i
0 Kudos
Message 1 of 2
(2,451 Views)
Which object you can select depends on the kind of control you are creating. If you intend to launch and run Excel, drop an automation reference. If you want excel in a container, consider using an activeX document. You can also instert IE in the container and point it to an excel file.

Take a look in the shipping examples for excel for a working example of how to make the activex calls. Excel programs are very numerous on the web. Go toAdvanced Search and search just the example programs.
0 Kudos
Message 2 of 2
(2,451 Views)