Set custom caption for .DataAxis.Totals

K

kiln

Does anyone know if it is possible to set the caption property for
DataAxis Totals, for each column in a pivot table?

The caption in general can be set thus:

..DataAxis.Totals(0).Caption = "Sum in Dollars"

I'd like to do something like (psuedocode)

..DataAxis.Totals(0).value(0).Caption = "Sum in Dollars"
..DataAxis.Totals(0).value(0).Caption = "Sum in Yen"

However I cannot find a way to access the caption property for each
column.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top