Thread: get_PageFields
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tysken Tysken is offline
external usenet poster
 
Posts: 1
Default get_PageFields

Hello,

I have a small problem in my Excel Addin that i'm working with.

I'm trying to get the items that are chosen in my filter but do not get it
to work.

How do I iteralte over the filter values that are chosen?

My dimension looks like this

Year
All
|- 2008
|- 2009

I've tried get_PageFields, but dont get it to work. I can only get 'All' but
not 2008 that are the value that are choosen.