Debra,
This was very helpful. Thanks! More questions though.
1. What other parameters besides TOTAL can be used? Is there a reference
somewhere? How do I select the GrandTotal rows?
2. My activity types are "1. Base", "2. Projects", "3. Overhead". VBA
doesn't seem to like these types. Are the periods getting in the way?
3. I want to only fill the cell with the actual lable text in it but
everything I have tried fills all the row field cells.
4. Is there a way to format the top header, where the buttons are? Right
now I am just selecting a range and formatting it but it's location can vary
depending on the PT being formatted.
Thanks for any and all help you can provide.
Walter
--
WAC
"Debra Dalgleish" wrote:
> In that example, you're selecting the label in the subtotal row for all
> the Activity Type items. If Cancel is an Activity Type, you could change
> the line to:
>
> ActiveSheet.PivotTables("PT_ActivityCosts").PivotSelect "'Activity
> Type'[Cancel;TOTAL]", x1LabelOnly
>
> and the label in the Cancel subtotal row would be selected.
> Change the line to:
>
> ActiveSheet.PivotTables("PT_ActivityCosts").PivotSelect "'Activity
> Type'[Cancel]", x1LabelOnly
>
> and the Cancel label cells would be selected.
>
>
> wacNTN wrote:
> > I have just started trying to do some VBA for Pivottables. I have recorded
> > some macros and have a good reference book but for I don't undersand what
> > ALL;TOTAL refers to and are there other parameters I can use there? If so
> > what are they, what are they called, what should I search for?
> > An example line of code follows.
> >
> >
> > ActiveSheet.PivotTables("PT_ActivityCosts").PivotSelect "'Activity
> > Type'[ALL;TOTAL]", x1LabelOnly
>
>
> --
> Debra Dalgleish
> Contextures
> http://www.contextures.com/tiptech.html
>
>