M
Mike
Hi everypne,
How does the following piece of code work:
With Range("G2")
For i = 1 To 30
.Offset(i, ModelCounter) = Range("Picked").Cells(i)
Next
End With
In particular the offset line please!
Thanks,
Mike
How does the following piece of code work:
With Range("G2")
For i = 1 To 30
.Offset(i, ModelCounter) = Range("Picked").Cells(i)
Next
End With
In particular the offset line please!
Thanks,
Mike