Varför funkar inte detta?
Vill flytta till listview men keydown
Svara
Private Sub Form_KeyDown(KeyAscii As Integer, Shift As Integer)
Select Case KeyAscii
Case vbKeyDown
List1.SetFocus
End Select
End Sub