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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top