HURTMYPONY
Board Regular
- Joined
- Oct 27, 2003
- Messages
- 166
This one is a little different than other similar topics.
I have a pivot that bases its data on a fixed number of columns (37).
The problem with the source data is that the column headers, which are values on the pivot, often change their names.
For example, Column W may be named "Sprocket" on one day, it might be changed to "Gear" the next. The number of columns remain the same, but the column headers change.
The pivot does not account for these changes. As soon as the column header changes its name, it removes that column after a refresh (i.e. unchecks that column in the Pivot Field List and that column no longer shows up on the generated pivot).
Is there a way, either in options or by VBA, to get the pivot to include these columns automatically after they change their header name? I tried making a dynamic pivot with OFFSET and a named range, and while it included the newly named column in the Pivot Field List, it does not automatically display the newly named column in the pivot after a refresh.
I fear my end users are not savvy enough to open the Pivot Field List and check the box.
Any solution for this? Thank you very much!
I have a pivot that bases its data on a fixed number of columns (37).
The problem with the source data is that the column headers, which are values on the pivot, often change their names.
For example, Column W may be named "Sprocket" on one day, it might be changed to "Gear" the next. The number of columns remain the same, but the column headers change.
The pivot does not account for these changes. As soon as the column header changes its name, it removes that column after a refresh (i.e. unchecks that column in the Pivot Field List and that column no longer shows up on the generated pivot).
Is there a way, either in options or by VBA, to get the pivot to include these columns automatically after they change their header name? I tried making a dynamic pivot with OFFSET and a named range, and while it included the newly named column in the Pivot Field List, it does not automatically display the newly named column in the pivot after a refresh.
I fear my end users are not savvy enough to open the Pivot Field List and check the box.
Any solution for this? Thank you very much!