How can I create a text box in excel that contains a Picture taken from a specific folder ?
My folder is @ "C:\PeopleFolder\"
I want to create an InputBox on a worksheet so that when I enter a name, it looks up the image name and inserts the corresponding image into a cell if it exists.
I'll link a TextBox on the worksheet to that cell to display the image.
How is this doable ?
VBA or Worksheet solution; Doesn't matter.