View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jack ireland jack ireland is offline
external usenet poster
 
Posts: 1
Default Daily updates of pivot tables


I have a problem updating pivot tables every day it gets ver
monotonous. I have to physically click on "Show All" part of time dro
down box. When I recorded the macro for this, this is what I got.

ActiveSheet.PivotTables("PivotTable1").CubeFields( 8).TreeviewControl.Drille
= _
Array(Array("", "", ""), Array("[TIME].[All TIME].[2005]", ""
""), Array( _
"[TIME].[All TIME].[2005].[Q3]", "", ""), Array( _
"[TIME].[All TIME].[2005].[Q3].[MM-200509]", "", ""), Array( _
"[TIME].[All TIME].[2005].[Q3].[MM-200509].[WW-200538]", _
"[TIME].[All TIME].[2005].[Q3].[MM-200509].[WW-200539]", _
"[TIME].[All TIME].[2005].[Q3].[MM-200509].[WW-200540]"))
End Sub

I dont want to have the dates in this and I was wondering is there an
way of just choosing Show all through a macro

--
jack irelan
-----------------------------------------------------------------------
jack ireland's Profile: http://www.excelforum.com/member.php...fo&userid=2765
View this thread: http://www.excelforum.com/showthread.php?threadid=47169