Align imported images to cell with VBA in Excel - Microsoft Community
Am I interpretting this correctly in that you want to centre the image in a cell? If so then try the code below. I have used ActiveSheet.Shapes.AddPicture in lieu of ActiveSheet.Pictures.Insert. In xl 2010 AddPicture only stores the link to the file but w...