View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cindy Cindy is offline
external usenet poster
 
Posts: 26
Default Other way to use "Getpivotdata"?

Usually, we would define the following macro statement to
get value from an OLAP cube in Excel.

GETPIVOTDATA("[Measures].
[Sales]",$A$4, "[Months]", "[Months].[January]")

I would like to know whether there is another to
use "Getpivotdata". For example, assign an array
to "Getpivotdata".

Thanks!

Cindy