<strong>
If
Not
.Cells(j, 12).Value =
""
Then
</strong>
Set
rngSource = .Range(.Cells(j, 1), .Cells(j, 12))
rngSource.Copy Destination:=wsTarget.Cells(lrTarget + 1, 1)
lrTarget = wsTarget.Cells(Rows.Count, 1).
End
(xlUp).Row
<strong>
End
If
</strong>