Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an Excel2003 macro that creates a pivot table; I now need to ge
it to run in Excel 2000. I don't have access to any Excel 2000 hel and I'm stuck! The relevent part of the Excel 2003 macro is as follows ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatab ase, SourceData:= _ "'Data'!R1C2:R" & lrow & "C26").CreatePivotTabl TableDestination:= _ "'[Invoicing v0.01.xls]Data'!R1C30", TableName:="PivotTable3" With ActiveSheet.PivotTables("PivotTable3").PivotFields ("Orde No.") .Orientation = xlRowField .Position = 1 End With ActiveSheet.PivotTables("PivotTable3").AddDataFiel ActiveSheet.PivotTables( _ "PivotTable3").PivotFields("Pick & Pack"), "Pick & Pack Total" xlSum etc... On running this in Excel 2000 the code crashes with the last two line highlighted... ...Any advice on what to change for to make it run would be very muc appreciated! Thanks in advance for any help Jonatha -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XL2000 Pivot Table - Show Pages | Excel Discussion (Misc queries) | |||
XL2000: Pivot Table Limitations II | Excel Discussion (Misc queries) | |||
XL2000 Pivot Table Specifications | Excel Discussion (Misc queries) | |||
Macro created in XL2000 not working in XL97 | Excel Programming | |||
Steps from Macro recorder for Pivot table will not run as a Macro | Excel Programming |