Hello.
I need a macro that I have no idea how to even start making.
I have multiple images in multiple subfolders. The file structure looks like this:
I need a macro that will scan the 'Images' folder with all subfolders to find all images (all are .jpg) and will insert them into worksheet in the cell with the same value as the name of the .jpg.
I need a macro that I have no idea how to even start making.
I have multiple images in multiple subfolders. The file structure looks like this:
/Excel_file.xlsm
/Images/Object1/Image1-1.jpg
/Images/Object1/Image1-2.jpg
[...]
/Images/Object2/Image2-1.jpg
/Images/Object2/Image2-2.jpg
[...]
etc.
I need a macro that will scan the 'Images' folder with all subfolders to find all images (all are .jpg) and will insert them into worksheet in the cell with the same value as the name of the .jpg.
- All the images have individual names. All the values in the cells are also individual.
- There are more cells with those values than images. Not every cell gets an image, but every image has a corresponding cell.
- Cells locations vary across the whole worksheet, there is not much constant about the addresses of those cells (only the range of few columns is constant) so the macro has to also find the cell address.
- No need to worry about image size and position. All I need is for it to be pasted in a cell.