Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I (the customer) have a lot of Excel sheets linking to other excel sheets for
pivottables. Now we did a migration of all the data to another server, And now I need to change all the links in all the excel sheets. If I do a select, I can change the property I think by starting the PivotTableWizard and then changing it (server - server2) But as there are realy a lot of XLS files (100 + ) and links (1000 +) to replace, I'm looking for a script to list all pivots (and other links) in all excel sheets and replace them by a new value. I recorded a bit of this : Range("E20").Select ActiveSheet.PivotTableWizard SourceType:=xlDatabase, SourceData:= _ "'\\Server\projects$\[file.xls]NNInt_Euro'!R1C1:R1000C151" ActiveSheet.PivotTables("PivotTable1").SmallGrid = False ActiveSheet.PivotTables("PivotTable1").AddFields RowFields:=Array("Customer", _ "Type", "Region", "Country"), ColumnFields:="Data" but this does not show how I can find them all, we got a big problem here as this sheets are very important, and can not used at the moment, and ofcourse this needts to be fixed ASAP, so any help on how to do (script ) this would be apriciated. Greetings /\/\o\/\/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search and Replace | New Users to Excel | |||
Search Replace in VBA | Excel Programming | |||
Help with search and Replace | Excel Programming | |||
search & replace | Excel Worksheet Functions | |||
How to replace PivotTable data fields...? | Excel Programming |