Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello
i want to change the commandtext in pivotcaches i've an odbc connection, then i create e pivot cache and a pivot table: With ActiveWorkbook.PivotCaches.Add(xlExternal) .Connection = _ "ODBC;DSN=test;UID=test;PWD=test" .CommandText = (sql-statement) .CreatePivotTable Range("A3"), "Pivot Table" End With then in step 2 i want to change the sql statement (p.e. with new date selection): With ActiveWorkbook.PivotCaches.Add(xlExternal) .CommandText = (sql-statement 2) End With ActiveSheet.PivotTables("Pivot Tabelle").PivotCache.Refresh but the cache wasn't refresh on the pivot table. the pivot table looks with the old date too. i also try: set pvtCache = ActiveWorkbook.PivotCaches.Add(xlExternal) but i work doesn't too. can anyone help me, please? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel graphs change when pasted into Publisher - Metafiles change? | Charts and Charting in Excel | |||
Excel bar chart formatting of bars to change colors as data change | Excel Discussion (Misc queries) | |||
Use date modified to change format & create filter to track change | Excel Worksheet Functions | |||
making copied cells change with change in original cell | Excel Worksheet Functions |