I would like to embed an image into an excel spreadsheet via code. the image is "C:/image.png" and I want to embed it into sheet1:cell:a1:a1
I can put a hyperlink by using this code
oEngine.ActiveSheet.Hyperlinks.Add objSheet.Cells(Row, 6), "", screenshotname, screenshotname
But I'd like to actually have the image in the cell- can anybody help?
Thanks
Joe