Hi,
I want to develop this code to select and move the selection in a list box one at a time. Is there anyone out there who can help me with this? This is the code that I am working one:
Private Sub
Command5_Click()
With Me!lstClientSelect
For x = 0 To .ListCount - 1
Code for selecting next line should go here
Next x
End With
End Sub
I want to be able to click one button outside the list and the line move up then click down and the selection moves down.
I am trying to make two buttons. Can anyone help me please?
Thank you in advance.
James
I want to develop this code to select and move the selection in a list box one at a time. Is there anyone out there who can help me with this? This is the code that I am working one:
Private Sub
Command5_Click()
With Me!lstClientSelect
For x = 0 To .ListCount - 1
Code for selecting next line should go here
Next x
End With
End Sub
I want to be able to click one button outside the list and the line move up then click down and the selection moves down.
I am trying to make two buttons. Can anyone help me please?
Thank you in advance.
James