Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re-establish broken pivot table data source link
Message
 
To
05/11/2002 14:11:56
General information
Forum:
Microsoft Office
Category:
Excel
Miscellaneous
Thread ID:
00719003
Message ID:
00719395
Views:
17
>... the macro does not record the steps where you are prompted to save space by linking to another sheet. Anyone know what the macro code is to establish this link?


I think I know Excel pretty well, but I have never done anything with pivot tables. Looking at some books I have, they don't look like a lot of fun. Although I don't have the answer, I do see something you might want to read up on in the help screens. Does your recorded macro have "SourceType:" and "SourceData:" in it? I would think that would be where the link is. This is in some sample code in one of my books:
ActiveSheet.PivotTableWizard _
    SourceType:=xlDatabase, _
    SourceData:="'Company both'!R1C1:R145C7", _
    TableName:"Sales&Trans"
Another book I have shows SourceType and SourceData being used with "PivotCaches.Add". You might want to look at that too.

HIH
___________________________
Kenneth Wonderley
http://www.wonderley.com


...the fruit of the Spirit is love, joy, peace, patience, kindness, goodness, faithfulness, gentleness and self-control.
Galatians 5:22 & 23
Previous
Reply
Map
View

Click here to load this message in the networking platform