What Happened to AggregateCount property in OWC 10 and OWC 11?

L

Lucas Campos

Hi,
I was using AggregateCount property of OWC 9 (Office 2000) via Scripting in
some applications.
When I tried to migrate my application to OWC 10 (XP) I found that
AggregateCount property is no longer supported (no one told me that, I just
couldn't find it).
Is there any replacement for this property? What happened to it?

Thanks a lot
Any idea will be welcome

LucasC
 
D

Dan Ricker

Use PivotTable1.ActiveData.Totals.Count instead

The OM was expanded a lot from OWC9 to OWC10.
 
D

Dan Ricker

sorry... it's

PivotTable1.ActiveData.DataAxis.Totals.Count

I woke up this morning and realized I did this wrong...
 

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