When you click a filter button on a pivot table it displays a list of all possible filter values. I am making a program that allows the user the enter filter items in to a worksheet and then filters the pivot table accordingly. My problem is that when the user enters an item that is not listed, the program will break.
I would like to display all filter values, using VBA, whether the they are selected or not so I can bounce this against list the user provides to avoid any errors.