Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Assign a macro to create a pivot table


I am currently creating a macro from a data worksheet but I am receiving
an error.
:(

Initially, I just recorded the macro however when I am running it, i am
receiving an addfields method of Pivot Table Class failed.

ActiveSheet.PivotTables("PivotTable4").AddFields RowFields:="Level 3",
_
ColumnFields:="Date"

this is code that was having an error and I am not sure what was wrong
with it?
Can someone forward me a sample of the macro code to resolve this?

Alib


--
acsugguiyao
------------------------------------------------------------------------
acsugguiyao's Profile: http://www.excelforum.com/member.php...o&userid=24519
View this thread: http://www.excelforum.com/showthread...hreadid=381168

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Assign a macro to create a pivot table

I suspect the problem lies in a disconnect in your code and your data. The
sample code follows the proper syntax for the function. It is possible that
the condition of the table at the time the code is run does not permit this
modification. Only you can tell that by working through your code a step at
a time and examining the situation.

--
Regards,
Tom Ogilvy


"acsugguiyao"
wrote in message
...

I am currently creating a macro from a data worksheet but I am receiving
an error.
:(

Initially, I just recorded the macro however when I am running it, i am
receiving an addfields method of Pivot Table Class failed.

ActiveSheet.PivotTables("PivotTable4").AddFields RowFields:="Level 3",
_
ColumnFields:="Date"

this is code that was having an error and I am not sure what was wrong
with it?
Can someone forward me a sample of the macro code to resolve this?

Alib


--
acsugguiyao
------------------------------------------------------------------------
acsugguiyao's Profile:

http://www.excelforum.com/member.php...o&userid=24519
View this thread: http://www.excelforum.com/showthread...hreadid=381168



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Assign a macro to create a pivot table


I am still unable to find out what is wrong...

this is the whole code. is there a limitation since my rows is ~4000
rows and I just selected 13 columns?

ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatab ase, SourceData:= _
"'AS1-C'!C1:C13").CreatePivotTable TableDestination:= _
"'[Data Comparison - test1.xls]AS1'!R1C1",
TableName:="PivotTable10", _
DefaultVersion:=xlPivotTableVersion10
ActiveSheet.PivotTables("PivotTable10").AddFields RowFields:="Level
3", _
ColumnFields:="Date"

ActiveSheet.PivotTables("PivotTable10").PivotField s("RTF").Orientation
= _
xlDataField
ActiveWorkbook.ShowPivotTableFieldList = True
ActiveWorkbook.ShowPivotTableFieldList = False

Please help


--
acsugguiyao
------------------------------------------------------------------------
acsugguiyao's Profile: http://www.excelforum.com/member.php...o&userid=24519
View this thread: http://www.excelforum.com/showthread...hreadid=381168

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Record Macro to Create Pivot Table Ken Excel Discussion (Misc queries) 1 April 25th 07 09:42 PM
Can I run a macro to create a pivot table? Eqa Excel Discussion (Misc queries) 2 April 8th 07 06:16 AM
Error when runing macro to create pivot table Bruno[_3_] Excel Programming 0 August 3rd 04 06:47 PM
Macro to create pivot table/ chart Saint Excel Programming 2 July 6th 04 08:29 PM
Is it possible to assign a macro to a pivot table? James Sherman Excel Programming 0 July 22nd 03 12:24 AM


All times are GMT +1. The time now is 08:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"