ScottEmberson
New Member
- Joined
- Jul 31, 2014
- Messages
- 12
Hi All
I currently have the code below that copy's data down in rows one after another, but I really want this to now go via columns now and not rows.
Can anyone help?
Thanks
I currently have the code below that copy's data down in rows one after another, but I really want this to now go via columns now and not rows.
Can anyone help?
Thanks
Code:
Sheets("Pivot_Table_Non_Closed_Area").Range("D12:D21").Copy 'Pastes the data from the sheet above in the next avaliable row.
Sheets("Tracking_Table_Non_Closed_Area").Cells(Row.Count, "C").End(xlToLeft).Offset(1). _
PasteSpecial Paste:=xlPasteValues, _
Operation:=xlNone, SkipBlanks:=False, Transpose:=False
Sheets("TC_Count_Tracking_Table").Select
n = Cells(Column.Count, "B").End(xlUp).Row
Range(n & "1") = Date
Range(n & "B") = Time