LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview5.0 ->Excel'95

How can I write a table in a specific sheet in Excel'95 using ActiveX or DDE
with Labview 5.0?
0 Kudos
Message 1 of 3
(2,610 Views)
Fran,
There is an example that ships with LabVIEW that demonstrates how to use
ActiveX and LabVIEW to write a table to Excel. Just go to the Help Menu,
choose Search Examples, and follow the ActiveX link. You would just need
to modify this example to open a specific workbook and then select the sheet
that you want to add the table to by choosing the "item" method and specifying
the index of the desired sheet, i.e. Sheet1=1, Sheet2=2, etc.

Erin Bray
National Instruments
"Fran" wrote:
>>How can I write a table in a specific sheet in Excel'95 using ActiveX or
DDE>with Labview 5.0?
0 Kudos
Message 2 of 3
(2,610 Views)
Fran,

have a look to
http://digital.ni.com/appnotes.nsf/f60d3bcb9e8e752185256404007206cb/899fd743
c3f91b18862563df001abd9a?OpenDocument
http://digital.ni.com/appnotes.nsf/web%2Fproduct?OpenView&Start=1&Count=500&
Expand=9#9
There is a application note about OLE. Possible that you can use OLE with
EXEL95.


Fran schrieb in Nachricht <3851233d@newsgroups.ni.com>...
>
>How can I write a table in a specific sheet in Excel'95 using ActiveX or
DDE
>with Labview 5.0?
0 Kudos
Message 3 of 3
(2,610 Views)