View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Roberto Villa Real Roberto Villa Real is offline
external usenet poster
 
Posts: 3
Default Changing PivotTable Source programmatically

I have several pivot tables in a workbook that get data from an Access .mdb
file.

But sometimes I need these pivot tables to obtain data from another Access
file.

Can I programmatically change the Source File of a Pivot Table, without
changing its query? Shall I use the PivotTableWizard? Or is there any
property that contains the Source File path?