VBA to select each slicer item AND then save each selected slicer item as a pdf?
问题 I've designed a dashboard consisting of a number of different pivot tables and pivot charts. All of these pivot tables/charts are controlled by 1 slicer called "Slicer_Store". There are about 800 different Stores to choose from in this slicer. I need to save a pdf of EVERY store's dashboard. The process of manually selecting each slicer item, then saving the sheet as a pdf file, is extremely time consuming with 800+ stores, so I was hoping to automate the process via VBA. Here's my code so