LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to programmatically export graph to excel as an icon from labview, so that when i double click the icon the graph opens?

Hi all,

 

I am able to programmatically export graph to excel. But i want to display the graph as an icon in the excel sheet so that when i double click the icon the graph opens.

 

I tried using activex using the property node for OLEObjects but i cannot find option to convert it as icon.

 

Thanks in advance.

 

regards,Kurian

0 Kudos
Message 1 of 3
(3,105 Views)

Hi kurian,

 

you want to have a button in Excel, that is tied to a macro, which switches to your graph on mouse click?

 

Then you need to program something like this in VBA…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(3,084 Views)

Thanks GerdW!!

I will try that..

0 Kudos
Message 3 of 3
(3,077 Views)