Forum Discussion
Michael Lovice
Jan 04, 2019Copper Contributor
Convert image url to actual image in excel
I have a column of image URLs in my workbook and would like to show the actual image in the next column. Is there a formula or add in that can be used?
Haytham Amairah
Jan 04, 2019Silver Contributor
Hi Michael,
No formula can help in this regard!
You need a VBA code or a third-party add-in to view these images.
Please check out this https://www.extendoffice.com/documents/excel/4212-excel-insert-image-from-url.html.
Hope that helps
MSDON25
Apr 28, 2023Copper Contributor
Hi Haytham,
Is there a easy way to do this for a row instead of a column?
ie. a range of image URLs from B2 to M2 and to show the image beneath it at C2 to M2?
I'm not too familiar with VBA but couldn't get the VBA to work when I changed the columns to rows and rows to columns in the code.
Thank you,
Michael
Is there a easy way to do this for a row instead of a column?
ie. a range of image URLs from B2 to M2 and to show the image beneath it at C2 to M2?
I'm not too familiar with VBA but couldn't get the VBA to work when I changed the columns to rows and rows to columns in the code.
Thank you,
Michael