R ronag Joined Jul 20, 2006 Messages 2 Reaction score 0 Jul 20, 2006 #1 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
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