projectile
Board Regular
- Joined
- Dec 14, 2007
- Messages
- 193
Hi
Looking for VB code that will move the content from column H based current row selected by user.
e.g.
if user selects any cell , the VB code needs grab the content of column "H" of that row, and move it to the column "A" of the same row.
I have tried ActiveCell.Offset(0, 5).Copy , but it is picking up reletive column and but i need the fixed column reference.
thanks
Looking for VB code that will move the content from column H based current row selected by user.
e.g.
if user selects any cell , the VB code needs grab the content of column "H" of that row, and move it to the column "A" of the same row.
I have tried ActiveCell.Offset(0, 5).Copy , but it is picking up reletive column and but i need the fixed column reference.
thanks