Excel in VB.NET

  • Thread starter Thread starter Asier
  • Start date Start date
A

Asier

Hello,

I've got a program thar generate an Excel Sheet. I write my data to
Excel but now , i need to load an image (gif) located in my computer
(c:\images\MyImage.gif) and show in Excel, for example in A1 cell.

Could you help me?

Thanks

Asier
 
Asier said:
I've got a program thar generate an Excel Sheet. I write my data to
Excel but now , i need to load an image (gif) located in my computer
(c:\images\MyImage.gif) and show in Excel, for example in A1 cell.

It's not possible to insert images into cells of an excel sheet. Instead,
you can add the image to the sheet and then position it over the cell:

<URL:http://groups.google.de/[email protected]>
<URL:http://groups.google.de/groups?threadm=28f901c18efb$dd9d17c0$a5e62ecf@tkmsftngxa07>
<URL:http://groups.google.de/groups?selm=#[email protected]>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top