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.
Should that not beFor i = 17 To Cells(Rows.Count, 17).End(xlUp).Row
If your comments and names are in Column CFor i = 17 To Cells(Rows.Count, 3).End(xlUp).Row
Otherwise attach your workbook without sensitive data.