Hi Connor
Unfortunately this isn't possible and it's clearly documented:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to use a cell value as the image name so it puts each image in a new cell that matches that cells file name.
I tried linking online image files so I know it works but whenever I try local images it just errors. I saw that local images may not be available yet, has there been an update or a work around yet?
Thanks
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi
FYI - A new feature that will let you insert a picture from a file into a worksheet cell is just starting to roll out in the beta channel. Eventually this will be available for all Excel users if the testing works out.
If you had the image in a database you can do it. You can convert the image to base64 format and embed it. I have had success with both methods. The dataase method is in one of the books I authored.
Yes, it is possible to embed binary encoded images in an Excel cell. You can load blobs and images into a Data Model^1^or use the IMAGE function^2^ to insert images into cells from a source location along with alternative text. You can then move and resize cells, sort and filter, and work with images within an Excel table^2^.
I hope that helps! Let me know if you have any other questions.
What a I meant was this. The above is from Bing AI.