Are you saying you don't know how to sort an MSFlexGrid at all, or just isn't being sorted the way you want
If the former, then something like
Code:
[COLOR=blue]Private Sub MSFlexGrid1_Click()
If MSFlexGrid1.Row = 1 Then MSFlexGrid1.Sort = flexSortGenericAscending
End Sub[/color]
If the latter, then check the documentation for Sort, which will show you a number of sort order options (of which [tt]flexSortGenericAscending[/tt] above is just one)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.