fari1
Active Member
- Joined
- May 29, 2011
- Messages
- 362
Code:
With Sheets("info output")
With .Cells(.Rows.Count, 8).End(xlUp).Columns.Offset(0, 2)
.Columns.Offset(, 2).Value = Sheets("info").Range("A1").Value
End With
End With
hi, my above code is presumed to offset column 8 with one column right next to the last used row in column 9, but its going one row up, i dont know why, totally fed up with it