get and put value

  • Thread starter Thread starter !..:: Enang ::..!
  • Start date Start date
E

!..:: Enang ::..!

How do I get the value some colomn before (and after) ActiveCell.Value and
put in a cell

ex :
A1 = "UK"
B1 = "US"
C1 = "AU"
D1 = "ID"
E1 = "DE"

The activecell is C1, I want to get the value of colomn A,B,D,E and put in
(let say) AA,BB,DD,EE

thx
 
Back
Top