ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Clearing listbox (https://www.excelbanter.com/excel-programming/393926-clearing-listbox.html)

אלי

Clearing listbox
 
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

equiangular

Clearing listbox
 
Please try

Result.Clear

אלי wrote:
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


John Bundy

Clearing listbox
 
under the button click command just clear it :
ListBox1.Clear
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"אלי" wrote:

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


אלי

Clearing listbox
 
Thanks for your reply.

somehow i got "run time error'-2147467259(80004005): Unspecified error" when
i did it.

"John Bundy" wrote:

under the button click command just clear it :
ListBox1.Clear
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"אלי" wrote:

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



All times are GMT +1. The time now is 01:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com