ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Insert image in the excel cell. (https://www.excelbanter.com/excel-programming/386659-insert-image-excel-cell.html)

parmanand

Insert image in the excel cell.
 
Hi,
I would like to insert a cell an gif image in the excel cell.
i am using vsto se to create an add-in.
could any one please give me hint syntatically or by an idea.
thanks in advance.
~parm

NickHK

Insert image in the excel cell.
 
Graphics are not stored in cells, but in the drawing layer.
As for the code, record a macro in Excel of the insertion then convert the
VBA to whatever language you are using.

NickHK

"parmanand" wrote in message
...
Hi,
I would like to insert a cell an gif image in the excel cell.
i am using vsto se to create an add-in.
could any one please give me hint syntatically or by an idea.
thanks in advance.
~parm




parmanand

Insert image in the excel cell.
 
Hi Nick,
i have used used following code to have an image in the excel cell using VBA.
ActiveSheet.Picture.Insert ("E:\\close_icon.gif")
How the above can be implemented for excel in .net.
~parm

"NickHK" wrote:

Graphics are not stored in cells, but in the drawing layer.
As for the code, record a macro in Excel of the insertion then convert the
VBA to whatever language you are using.

NickHK

"parmanand" wrote in message
...
Hi,
I would like to insert a cell an gif image in the excel cell.
i am using vsto se to create an add-in.
could any one please give me hint syntatically or by an idea.
thanks in advance.
~parm





NickHK

Insert image in the excel cell.
 
If you do not know the .Net language, it would be better you ask in one of
those groups, or maybe a VSTO/Interop NG.
Most people here can help with the Excel/VBA. The translation is up to you.

NickHK

"parmanand" wrote in message
...
Hi Nick,
i have used used following code to have an image in the excel cell using

VBA.
ActiveSheet.Picture.Insert ("E:\\close_icon.gif")
How the above can be implemented for excel in .net.
~parm

"NickHK" wrote:

Graphics are not stored in cells, but in the drawing layer.
As for the code, record a macro in Excel of the insertion then convert

the
VBA to whatever language you are using.

NickHK

"parmanand" wrote in message
...
Hi,
I would like to insert a cell an gif image in the excel cell.
i am using vsto se to create an add-in.
could any one please give me hint syntatically or by an idea.
thanks in advance.
~parm







darrinl

Insert image in the excel cell.
 
ironically, I have exactly the same question, but I'm not following the
conversation. I would like to put an image file (tif, bmp, whatever) in an
Excel (2000) cell. I would like it to appear as a thumbnail, until someone
wants to see it (by clicking on it). Otherwise, figures floating around a a
complete mess.

thanks
d

"NickHK" wrote:

Graphics are not stored in cells, but in the drawing layer.
As for the code, record a macro in Excel of the insertion then convert the
VBA to whatever language you are using.

NickHK

"parmanand" wrote in message
...
Hi,
I would like to insert a cell an gif image in the excel cell.
i am using vsto se to create an add-in.
could any one please give me hint syntatically or by an idea.
thanks in advance.
~parm






All times are GMT +1. The time now is 02:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com