軟體:EXCEL
版本:2007
樞紐命名 = Format(Now, "yyyymmddhhmmss")
Cells(Rows.Count, "A").End(xlUp).Select
列 = Selection.Row
Cells(1, Columns.Count).End(xlToLeft).Select
欄 = ActiveCell.Column
Cells(1, 欄).Offset(0, 2).Select
目的地 = Selection.Column
Range([A1], Cells(列, 欄)).Select
ActiveWorkbook.PivotCaches.Create(SourceType:=xlDatabase, SourceData:= _
Range([A1], Cells(列, 欄)), Version:=xlPivotTableVersion12).CreatePivotTable _
TableDestination:=Cells(1, 目的地), TableName:= _
MM, DefaultVersion:=xlPivotTableVersion12
因為常需要用到樞紐,以上是我錄製的巨集,平常都可用
不知道為什麼,當資料超過65536列後,會出現
執行階段錯誤'13',型態不符合
的錯誤
請指教,謝謝