I've attempted the solution in the following. Inserting an Online Picture to Excel with VBA
Unfortunately I get a run-time error '1004' "Unable to get the Insert property of the Picture class" which stops on the following code :
Set myPicture = ActiveSheet.Pictures.Insert(pic)
Could this be due to my Office version 2016 (64bit) ? If not, are there any suggestions of how I might get embed images to adjacent cells in column AK using the image urls from column AJ ?
Thanks in advance