You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
I want to sort a report by vba
This functions sort it
Report.OrderByOn = True
Report.OrderBy = "Name"
The problem is that it sort from low to hight and I want to sort it from hight to low
What can I do?
thanks
