I've got a pivot table with All as the Page Header and am using the ShowPages method to create indiviual worksheets for each item in the Page field.
I would like to be able to select all these new worksheets and perform some formatting such as tab color, alignments, etc...on all these new sheets without having to loop through each one. Even if I looped through each one, the # items in the page field will change, so am hesistant to try to hard-code and worksheet selection formula.
I have other worksheets besides these new ones, so I can't simply cycle through all of them..I need to only cycle/select the ones created from the ShowPages method.
Thanks,
-ue
I would like to be able to select all these new worksheets and perform some formatting such as tab color, alignments, etc...on all these new sheets without having to loop through each one. Even if I looped through each one, the # items in the page field will change, so am hesistant to try to hard-code and worksheet selection formula.
I have other worksheets besides these new ones, so I can't simply cycle through all of them..I need to only cycle/select the ones created from the ShowPages method.
Thanks,
-ue