I have AutoFilter in place in my sheet. I want to sort data using the AutoFilter itself and not by normal sort.
I want the client to see the down arrow on the autofilter button, which tells that rows are sorted on this key.
Any idea how to do that ?
I have ‘sheet’ as an object :
sheet.Range("A2").AutoFilter then ??
Or something else ??
Please help !
(Ensure the syntax for VB.Net and not VB Script)
I am a newbie..
To filter a range A1:A7, try:
Make sure your are importing:
Edit: