I am creating a dashboard where I need the user to be able to operate a pivot table based on checkbox choices and not the report filter. The reason is that the report filter contains up to 100 options for the user to choose from, and I want to limit that to only 7.
I am new to VBA so I am...