xlApp.activesheet.Pictures.Insert(strImagePath)
inserts pictures into a spreadsheet as a linked picture. If I send the spreadsheet out of our network the images fail.
How can I place an image as an embedded image?
I am also calling this method from Access.
Dim shpPic as Shape
andSet shpPic = xlApp.activesheet.Shapes.AddPicture ...
and I get a type mismatch error. Any idea why? – Amaro