Clear Listbox

J-Man
03-31-2003, 12:22 PM
Is there a simple way to clear a listbox, or do I have to remove each item individually? Thanks in advance!

Legend
03-31-2003, 03:31 PM
Private Sub CommandButton1_Click()
Me.ListBox1.Clear
End Sub
;)

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum