VBA loop through each item in Pivot Table not picking up last / only item

vlswanson

New Member
Joined
Jul 7, 2006
Messages
14
Office Version
  1. 2021
Platform
  1. Windows
I've cobbled together code from other posts to create a macro to step through each item in a pivot table and save it as a PDF. This generally works, but sometimes the last PDF shows only the header with no data even though there should be data, and if there is only one pivot item, the only file is blank (header with no data...no pivot item selected, but file name, which refers to the selected pivot item, does show the last club name in the list)...can you please let me know what is wrong with this code?

1695050719440.png


This is a snip of the pivot table

1695051398130.png


This is what the PDF for the only item in the pivot items list looks like...filename includes the pivot item (AZMGM), but there is no pivot item selected (ClubName should be AZMGM) and therefore no data!

1695051669466.png


Thank you!
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Forum statistics

Threads
1,215,113
Messages
6,123,165
Members
449,099
Latest member
bes000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top