Hello,
I have written some VBA code to generate a Pivot Table from multiple worksheets.
Everything looks pretty good to me, but I am struggling trying to change the "(All)" dropdown list box entry at the top of the Pivot Table to something a little more descriptive.
I am not sure I can do this.
I have searched through my usual list of books and site, and come up empty.
Basically, when multiple worksheets are consolidated, there is a parameter offered at PivotCache creation time, where I can specify the drop down list box entry for each of the worksheets in the consolidation.
And, then there is one more entry which will display all of the consolidated values.
What I would like to do is replace "(All)" with something more User friendly.
If this is not possible, I can live with "(Al)".
Thanks in advance for any thoughts.
......Cameron
I have written some VBA code to generate a Pivot Table from multiple worksheets.
Everything looks pretty good to me, but I am struggling trying to change the "(All)" dropdown list box entry at the top of the Pivot Table to something a little more descriptive.
I am not sure I can do this.
I have searched through my usual list of books and site, and come up empty.
Basically, when multiple worksheets are consolidated, there is a parameter offered at PivotCache creation time, where I can specify the drop down list box entry for each of the worksheets in the consolidation.
And, then there is one more entry which will display all of the consolidated values.
What I would like to do is replace "(All)" with something more User friendly.
If this is not possible, I can live with "(Al)".
Thanks in advance for any thoughts.
......Cameron