This event occurs when a user chooses a column header in a ListView control.
Private Sub listview_ColumnClick(index)
The ColumnClick event occurs only if the View property of the ListView control is set to lvwReport.