09-17-2020 12:47 PM
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
09-18-2020 08:28 AM
[PrintScreen] key, paste into any graphic application, Crop, [Copy], [Paste] into UI image object.
09-18-2020 08:44 AM
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.