Well.....being on this site is ....I think making me better...I solved my own problem.
the code is:
Code:
Private Sub SCAC1_Click()
Dim x As Long
For x = 0 To Me.lstCName.ListCount - 1
Me.lstCName.Selected(x) = False
Next
End Sub
[Code/]
Thanks Again Everyone!:eek:
Well.....being on this site is ....I think making me better...I solved my own problem.
the code is:
Code:
Private Sub SCAC1_Click()
Dim x As Long
For x = 0 To Me.lstCName.ListCount - 1
Me.lstCName.Selected(x) = False
Next
End Sub
[Code/]
Thanks Again Everyone!:eek: