Inserting an Online Picture to Excel with VBA
I'm currently working on a project and need to fill in cells with pictures via URLs. All URLs are in one column, and I'd like to load the images in an adjacent column. I'm no VBA expert, but I found some code that worked, but for some reason I get an error (usually 5 images in) that says: Run-time error '1004': Unable to get the Insert property of the Pictures Class Again, I'm using a system where URLs are in one column i.e.: xxxx.com/xxxx1.jpg xxxx.com/xxxx2.jpg xxxx.com/xxxx3.jpg xxxx.com/xxxx4.jpg Through some searching, I found that it could be linked to my Excel version (using 2010),