Excel VBA Code to Apply Top/Bottom 10 Filter to an Excel Table

preview_player
Показать описание
This video tutorial details the VBA Code to Apply Top/Bottom 10 Filter to an Excel Table
------------------------
Рекомендации по теме
Комментарии
Автор

Hi, Chester. This video is perfect!

I have a couple questions if you have time to answer any of them:

1. When I recreate what you've shown, I cannot write "tbl.Range", it's as though it doesn't exist in my excel as an option. Do I need to activate something? Is there a new code that has replaced tbl.Range.AutoFilter?

2. If I do get this working, can I put multiple tables in the ws.ListObjects() list? ("Example", "Example2", "Example3")

3. Easy question, probably: How do you tell the code to clear the top 10 filter we just set if the macro is run again?

Thank you for your guidance.

joshuabiondo
Автор

How do I sum the balance items as a single line? Like other than the Top 10 items from a table to be separately totalled as others.?

Batlockb
Автор

Thank you very much. Since my data are in table format, your video helps a lot.

simplejuan
Автор

How to.pick top 3 of different user or categories

shabarilucky