Hi,

Does someone know what this line of code exactly means?

 Range("c2:c" & Cells(Rows.Count, 2).End(xlUp).Row).Select
It selects the filled cells in a row. But i don't understand the sequence of steps.

All input is much appreciated!