View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Srini Srini is offline
external usenet poster
 
Posts: 14
Default Excel 2003 Pivot table Drillthrough

We have a Analysis Services 2000 cube and we need to drillthrough to this
cube...

The code we use is from this source,(a microsoft site)

http://msdn.microsoft.com/library/de...extendolap.asp

The code mentioned here applies to

Analysis Services 2000 and Excel 2002

When we use this code, to drillthrough..on doing a multiselect in the page
filters, the code goes into a endless loop...whereas without a multiselect in
the page filters, the drillthrough executes successfully

s there a Updated macro for Excel 2003 or solution for this ?