Thread
:
How does this work?
View Single Post
#
1
Posted to microsoft.public.excel.misc
Mike
Posts: n/a
How does this work?
Hi everyone,
Say I have this small piece of code:
With Range("G2")
For i = 1 To 30
.Offset(i, ModelCounter) = Range("Picked").Cells(i)
Next
End With
How can this be read please?
Thanks,
Mike
Reply With Quote