LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV graph over to Excel

Hello

Transferring text to Excel from tables etc. via ActiveX is not so
difficult. But graphs?

If I copy a graph to the clipboard and use the Worksheet ActiveX method
Paste, the graph is pasted in the
Excel worksheet.

But how to do this without self having to copy to the clipboard every time?

I have a graph. and a table below, and a "Over to Excel" button.

So, when I push that button, table values exports to Excel (this is no
problem), but than the graph should be copied to the clipboard,
automatically.

Give me a hint how to do it, please. It must be easy...

Thanks
P.J
0 Kudos
Message 1 of 2
(2,809 Views)
Hi
 you have to do some little changes with same ActiveX ,to append table to excel you might use worksheet properties,to append graph you have to deal with chart property of the worksheet,
if you have LV report Generation toolkit ,you can have direct inbuilt VI's for the both append table,graph to excel
 
0 Kudos
Message 2 of 2
(2,637 Views)