LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

copy chart from excel to image

Hello,

 

I would like to know if it's possible to copy to clipboard a chart from an excel sheet.

I would like to copy this image to a picture object on a panel to show it to the user.

 

If yes, how?

 

 

Thanks

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

[PrintScreen] key, paste into any graphic application, Crop, [Copy], [Paste] into UI image object.

0 Kudos
Message 2 of 3
(1,018 Views)

I need to do it automatically, not manually.

 

I know that in vb, you can do the following command :

 

Workbooks(1).Sheets(feuille$).ChartObjects("Graphique 1").CopyPicture

 

 

Once you do that, it's available in the clipboard.  So i can get it using cvi clipboards command.

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