When a nonfixed cell is clicked, the program should sort the entire grid by the heading of the cell's column.
The problem is - how to do it!
I am filling the information from a txt file.
Printable View
When a nonfixed cell is clicked, the program should sort the entire grid by the heading of the cell's column.
The problem is - how to do it!
I am filling the information from a txt file.
Private Sub MSFlexGrid1_Click()
MSFlexGrid1.Sort = 7
End Sub