From: DIOS on
VB2005 and Excel2007
I am looking for a method using Office Interop to load an Excel chart
as an image into a picturebox. Note that I can already open the Excel
file through code, i can create the chart, I can save the chart as an
image to a file on the disk, and then load the file into the
picturebox.

I am hoping there is a way to get a picture in memory from the chart
and load it directly into the picturebox without saving to disk.
something like:

picBudget.Image = xlChart.Picture

Has anyone tackled something like this?
Thanks

AGP