D
DS
I'm using the following code to deselect a selection in a single select
listbox. It works but it always leaves a small line. Any to get rid of
that line?
Thanks
DS
Private Sub ListSections_DblClick(Cancel As Integer)
Me.ListSections = ""
End Sub
listbox. It works but it always leaves a small line. Any to get rid of
that line?
Thanks
DS
Private Sub ListSections_DblClick(Cancel As Integer)
Me.ListSections = ""
End Sub