Hi Everyone,
I have this code that works great
But instead of just working for column "CF"
I'd like it to do the same but for "CF:CO"
how can I get it to do this?
Sub TestNames1()
Lastrow = Sheets("Project Calendar Raw").Cells(Rows.Count, "A").End(xlUp).Row
For thisRow = 2 To Lastrow...