OrderBy of report

Joined
Jul 20, 2006
Messages
2
Reaction score
0
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 :)
 
Back
Top