Dear Excel wizards
I have a listview with six columns.
How do I search for a value in the first column?
I assume that it's column 0, isn't it?
Example to search for value 59:
FindItem "59", lvwCustomers, 0,
Public Sub FindItem(strSearch As String, lvw As ListView, iSubItemIndex As Integer...