There's no built-in option that will count the columns. You could use
programming, e.g.:
Sub ColumnCount
MsgBox ActiveSheet.PivotTables(1).TableRange2.Columns.Cou nt
End Sub
Vicky wrote:
I would like to be able to calculate how many columns are in my pivot table
report. Is there a tool within PivotTables?
Thanks
--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html