-
Hmm just please correct me if my understanding is wrong.
The Set pf = .PageFields("Tenure") part selects the specific pagefield to be filtered and then
For Each pit In pf.PivotItems 'loops through everything that's in the array
pf.CurrentPage = pit.Name 'selects specific item inside the array
With .TableRange1 'creates table
.Copy
That's what I understood
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules