Hi Brandon,
Change thisto this:![]()
Set ChangeRange = Range(sColumnLetter & "2", Cells(Rows.Count, sColumnLetter).End(xlUp))
The "2" represented the first row of data you want to change. In your workbook it starts in row 7. Thanks!![]()
Set ChangeRange = Range(sColumnLetter & "7", Cells(Rows.Count, sColumnLetter).End(xlUp))
Bookmarks