Analyze_This
Board Regular
- Joined
- Oct 29, 2008
- Messages
- 122
Hey guys,
I'm accessing a data cube and filtering one field (it has thousands) down to only a few hundred items. There is a cool feature in 2010 to search for items and a checkbox that says "Add current selection to filter"
I tried recording a macro to see what the code for this is, but it's the same as just checking the selections you want. So.....
1) does anyone know if there is code to add a selection to the filter or
2) does anyone know a way to filter a couple hundred items at once?
I tried just creating a very long code string, but VBA said it was too long to execute. Any thoughts?
I'm accessing a data cube and filtering one field (it has thousands) down to only a few hundred items. There is a cool feature in 2010 to search for items and a checkbox that says "Add current selection to filter"
I tried recording a macro to see what the code for this is, but it's the same as just checking the selections you want. So.....
1) does anyone know if there is code to add a selection to the filter or
2) does anyone know a way to filter a couple hundred items at once?
I tried just creating a very long code string, but VBA said it was too long to execute. Any thoughts?