Excel VBA - Get data from Pivot Table using 3 row elements and 1 column element
问题 I have a Pivot Table with more than 11,000 rows of data and 53 columns. I need a piece of code that very efficiently fetches data from a particular cell in the Pivot Table. This is what the Pivot Table looks like: I need to be able to fetch data from particular cells using the three (3) columns to the left as the conditions from picking the correct row and offset to the correct column by using the week numbers 1-50 at the top. Here's a snippet of my current code (which works, but is probably