Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |