unclesvenno
Programmer
I have a listbox which is populated by a Query. My problem is I am unable to select individual items within the Listbox. I have looked through the different properties and cannot see anything to help with this. Also I have tried implementing a Click event and it doesn't register:
thanks Uncle Svenno
Code:
Private Sub lstOrderedFiles_Click()
MsgBox "Selected index = " & lstOrderedFiles.ListIndex
End Sub
thanks Uncle Svenno