Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pivotitems
Message
 
À
Tous
Information générale
Forum:
Microsoft Office
Catégorie:
Excel
Titre:
Pivotitems
Divers
Thread ID:
00064618
Message ID:
00064618
Vues:
59
Hi everyone!

I'm using EXCEL 97 and have the foll code:

Dim Thisitem as Pivotitem
Dim Pvtitem as String
With MypivotTable
For Thisitem in .pivotfields("FY").pivotitems

If Thisitem.Recordcount > 0 then
Pvtitem = Thisitem.name
Exitfor

Endif

Next
End with

The pivottable is sorted. Whenever the last item was < current item it is still remembered even when not showing up in the table. Is there a way to flush all the old items from memory?

Appreciate your help,

Jamuna
Répondre
Fil
Voir

Click here to load this message in the networking platform