Hello! I am yet to figure out how the following works, but use it all of the time to find the last used cell in a column and offset 1 row:
.Range("B" & Rows.Count).End(xlUp).Offset(1, 0) = Cel.Value
I am trying to apply the same logic to the following:
Cel2.Offset(0, 5).Value =...