Hi Skip,
Updated my code to the following:
For Each ws In orderFile.Worksheets
For Each pt In ws.PivotTables
pt.ChangePivotCache orderFile.PivotCaches.Create(0, orderFile.Worksheets("Work Order Detail").Cells(3, 1).CurrentRegion, 2)
Next
Next
Get the following error message...