View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MikeT MikeT is offline
external usenet poster
 
Posts: 32
Default PivotLines collection

How do I use the PivotLines object? I thought it should be a property of a
pivot table, but when I use

ActiveSheet.PivotTables(1).PivotLines

I get "Object does not support this property or method"

ActiveSheet.PivotTables(1).Version = 3 (xlPivotTableVersion 12), so
shouldn;t my pivot table have the PivotLines property?