copy values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a set of values in three columns: a, 1,1 a,2,4 a,3,2 . Now I want
to copy the values in columns 2 and 3 to another letter: b,1,1 b,2,4
b,3,2. Would you do that with a "For Each" and how would you write the
iteration?
 
Back
Top