in reply to Embedding Image in Excell

I have been researching the same problem, so if it means anything now… In Excel 2010, .Pictures.Insert() will insert linked image. Pre-2010 versions would embed picture in the document with this command. It seems that one must use Sheet.Shapes.AddPicture() method to embed an image in Excel 2010.