I have an excel document with over 300 records.
In the first row for each record, there is a User Image variable.
This record will always be username.jpg or empty.
I have a folder with the corresponding images, all named in the exact same fashion.
Is there any way to replace the text in the first row with their related images automatically?
If your User image variable is in column A, then this code will insert the picture into column A and adjust the height of the row to the height of the picture. You will probably have to tweak the code slightly.