Thanks for the reply. It stops at following step:
' Create pivot table
Set PT = PTCache.CreatePivotTable( _
TableDestination:=Sheets("PivotSheet").Range("A1"), _
TableName:="BudgetPivot")
Hello:
I am trying to create a pivot table in EXCEL using an ACCESS Database. However, I am getting an error which says -Runtime Error 1004 : [Microsoft][ODBC Microsoft ACCESS Driver] Could not find the file 'unknown'.
This is a VBA code straight from John Walkenbach's book. It wuns when I run...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.