I am getting error 1004 when my program gets to the pivot charts. There are two differnt points that this happens. Nay help is appreciated.
Tom
AND
Tom
Code:
With ActiveSheet
'Added 8/10/2013 TD
.Range("B9").Select
.PivotTables("PivotTable1").PivotFields (strFld)
.Orientation = xlPageField
.Position = 1
End With
AND
Code:
With goXL.ActiveSheet
.Range("B9").Select
.PivotTables("PivotTable1").PivotCache.Refresh
End With