The file names are product numbers for example 180548.png, 180549.png, 180550.png and so on. In column "C" I have the product numbers listed 180548, 180549, 180550, and so on. For example, The complete picture file path would be C:\North America Sales\Products\Necklaces\Images\180548.png.

I hope this explains better. If not I will try and add the file.

Thanks again!


Quote Originally Posted by jolivanes View Post
Get us a few examples of the file names in the folder as well as a few examples of what you have in Column C

Everything works like a dandy here.

For i = 17 To Cells(Rows.Count, 17).End(xlUp).Row
Should that not be
For i = 17 To Cells(Rows.Count, 3).End(xlUp).Row
If your comments and names are in Column C

Otherwise attach your workbook without sensitive data.