zabiullakhan
Active Member
- Joined
- Aug 30, 2010
- Messages
- 310
how can i filter top 20 items from VB code.
Please help
Please help
Turn the macro recorder on and do it manually and then you should at least have some starter code.how can i filter top 20 items from VB code.
Please help
GrabAdd = Selection.Address
Selection.AutoFilter GrabAdd, Criteria1:="20", Operator:=xlTop10Items
Selection.AutoFilter Field:=3, Criteria1:="20", Operator:=xlTop10Items