×
×לי
Hi
I have userform with 2 commandbuttons (Load and Clear) and 1 Listbox.
I tried using the below event to clear the listbox but i failed.
Private Sub cmdClear_Click()
'clear the data
Me.Result.Value = ""
End Sub
Hope someone knows why
Thanks in advance
Eli
I have userform with 2 commandbuttons (Load and Clear) and 1 Listbox.
I tried using the below event to clear the listbox but i failed.
Private Sub cmdClear_Click()
'clear the data
Me.Result.Value = ""
End Sub
Hope someone knows why
Thanks in advance
Eli