Excel Automation - exporting image files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to automate Excel 2003 from Visual C# .Net. Is it possible to
export an image file from c# to excel?

If so, how do you do this? Are there any code examples available?

Thanks.

Mansi
 
You need to do OLE and insert it into a pictureBox (I
think that is the name of the object).
 
Back
Top