i have a set of data that i want to copy and paste to the next empty column i have searched all over but cannot find anything that answer my query
this is what i have so far and it doesnt even do columns it does rows
this is what i have so far and its not working
this is what i have so far and it doesnt even do columns it does rows
Code:
ActiveSheet.Range("B6:C33").Copy Sheets(1).Cells(Rows.Count, "A").End(xlUp).Offset (1)
ActiveSheet.paste Link:=True
Application.CutCopyMode = False