Please Help! After hours of searching the internet, I'm having issues importing images from a folder into a worksheet using VBA.
The folder path which contains images is = R:\Database Photos
All images are JPEG files and different sizes. The corresponding lookup names will match the file name within the folder excluding the file extension.
The worksheet name is "sales output".
In column "B" I have 10 cells from which i need to source a picture. These cells are non-contiguous and range from "B6" to "B26". For Example: B6, B8, B10, B12, B15, B17, B19, B22, B24, B26.
I want the images to auto format and resize then insert within the same row as the corresponding lookup cell in column "B" but within column "D". I would like the images to be 70 x 70
Thanks in advance!
The folder path which contains images is = R:\Database Photos
All images are JPEG files and different sizes. The corresponding lookup names will match the file name within the folder excluding the file extension.
The worksheet name is "sales output".
In column "B" I have 10 cells from which i need to source a picture. These cells are non-contiguous and range from "B6" to "B26". For Example: B6, B8, B10, B12, B15, B17, B19, B22, B24, B26.
I want the images to auto format and resize then insert within the same row as the corresponding lookup cell in column "B" but within column "D". I would like the images to be 70 x 70
Thanks in advance!