I have a filelistbox that displays files inside a specific folder when the user clicks on the command check.what I want is to clear the content of the filelistbox each time the user clicks on check
Private Sub cmdCheck_click()
File1.clear 'It didn't work
...'My code
File1.Path="C:\TempProject"
How can I clear a filelistbox?
thanks
