Guest User

Untitled

a guest
Jul 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Dim item As Variant
  2.  
  3. For Each item In ActiveSheet.PivotTables("Pivot1").PivotFields("Sum of Resource").DataRange
  4. Debug.Print item;
  5. Next item
Add Comment
Please, Sign In to add comment