Thumbnails from Hyperlinks in CSV.

  • I text split your jpeg files names in AB2 and then went to Insert=>picture and copy pasted the jpeg file into the file name and voila, your picture appeared.




    If you were to use the macro recorder for this, you would end up with a code that looks like this.


    Code
    Sub InsertPic()
    
    
    Range("W8").Select
    ActiveSheet.Pictures.Insert( _
    "http://awards.steel.org.au/wp-content/uploads/gravity_forms/10-f1b2857b6d5042f21faef57b20bb55a5/2020/08/20190828_033341302_iOS.jpg" _
    ).Select
    Range("U34").Select
    End Sub

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!