In the attached a macro:
Code:
Sub test()
Set PT = Sheets("Sum").PivotTables(1)
PT.TableRange1.Copy
Sheets("SumA").Range("F4").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=True
End Sub
Separately, a copy of your pivot table at cell B15 of the SumA sheet with a small adjustment to how things are displayed.