Id like to allow the user to edit on dblclick. How can I do that?
First, you have to make sure that the AllowEdit property is True. The following snippet of code shows how to edit a cell when user dbl clicks. Private Sub List1_DblClick(Shift As Integer, X As Single, Y As Single) With List1 Dim i As Long, c As Long i = .ItemFromPoint(X / Screen.TwipsPerPixelX, Y / Screen.TwipsPerPixelY, c) .Items.