Sort / Show Top 25

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a pivot table that displays large amounts of data. I would like to know how to only show the top 25 values and sort the data in descending order. It is easy to do in Access but I do not know how to do it with VB.

Thanks for the help

Rudy
 
well, i think the same like in access - use select top 25

--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com


Rudy Guerrero said:
I have created a pivot table that displays large amounts of data. I would
like to know how to only show the top 25 values and sort the data in
descending order. It is easy to do in Access but I do not know how to do it
with VB.
 

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

Back
Top